final case class ShowCollectionsResponse(status: Option[Status] = _root_.scala.None, collectionNames: Seq[String] = _root_.scala.Seq.empty, collectionIds: Seq[Long] = _root_.scala.Seq.empty, createdTimestamps: Seq[Long] = _root_.scala.Seq.empty, createdUtcTimestamps: Seq[Long] = _root_.scala.Seq.empty, inMemoryPercentages: Seq[Long] = _root_.scala.Seq.empty, queryServiceAvailable: Seq[Boolean] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ShowCollectionsResponse] with Product with Serializable
Return basic collection infos.
- status
Contain error_code and reason
- collectionNames
Collection name array
- collectionIds
Collection Id array
- createdTimestamps
Hybrid timestamps in milvus
- createdUtcTimestamps
The utc timestamp calculated by created_timestamp
- inMemoryPercentages
Load percentage on querynode when type is InMemory
- queryServiceAvailable
Indicate whether query service is available
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShowCollectionsResponse
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ShowCollectionsResponse(status: Option[Status] = _root_.scala.None, collectionNames: Seq[String] = _root_.scala.Seq.empty, collectionIds: Seq[Long] = _root_.scala.Seq.empty, createdTimestamps: Seq[Long] = _root_.scala.Seq.empty, createdUtcTimestamps: Seq[Long] = _root_.scala.Seq.empty, inMemoryPercentages: Seq[Long] = _root_.scala.Seq.empty, queryServiceAvailable: Seq[Boolean] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)
- status
Contain error_code and reason
- collectionNames
Collection name array
- collectionIds
Collection Id array
- createdTimestamps
Hybrid timestamps in milvus
- createdUtcTimestamps
The utc timestamp calculated by created_timestamp
- inMemoryPercentages
Load percentage on querynode when type is InMemory
- queryServiceAvailable
Indicate whether query service is available
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllCollectionIds(__vs: Iterable[Long]): ShowCollectionsResponse
- def addAllCollectionNames(__vs: Iterable[String]): ShowCollectionsResponse
- def addAllCreatedTimestamps(__vs: Iterable[Long]): ShowCollectionsResponse
- def addAllCreatedUtcTimestamps(__vs: Iterable[Long]): ShowCollectionsResponse
- def addAllInMemoryPercentages(__vs: Iterable[Long]): ShowCollectionsResponse
- def addAllQueryServiceAvailable(__vs: Iterable[Boolean]): ShowCollectionsResponse
- def addCollectionIds(__vs: Long*): ShowCollectionsResponse
- def addCollectionNames(__vs: String*): ShowCollectionsResponse
- def addCreatedTimestamps(__vs: Long*): ShowCollectionsResponse
- def addCreatedUtcTimestamps(__vs: Long*): ShowCollectionsResponse
- def addInMemoryPercentages(__vs: Long*): ShowCollectionsResponse
- def addQueryServiceAvailable(__vs: Boolean*): ShowCollectionsResponse
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearCollectionIds: ShowCollectionsResponse
- def clearCollectionNames: ShowCollectionsResponse
- def clearCreatedTimestamps: ShowCollectionsResponse
- def clearCreatedUtcTimestamps: ShowCollectionsResponse
- def clearInMemoryPercentages: ShowCollectionsResponse
- def clearQueryServiceAvailable: ShowCollectionsResponse
- def clearStatus: ShowCollectionsResponse
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val collectionIds: Seq[Long]
- val collectionNames: Seq[String]
-
def
companion: ShowCollectionsResponse.type
- Definition Classes
- ShowCollectionsResponse → GeneratedMessage
- val createdTimestamps: Seq[Long]
- val createdUtcTimestamps: Seq[Long]
- def discardUnknownFields: ShowCollectionsResponse
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- ShowCollectionsResponse → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ShowCollectionsResponse → GeneratedMessage
- def getStatus: Status
- val inMemoryPercentages: Seq[Long]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val queryServiceAvailable: Seq[Boolean]
-
def
serializedSize: Int
- Definition Classes
- ShowCollectionsResponse → GeneratedMessage
- val status: Option[Status]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- ShowCollectionsResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[ShowCollectionsResponse, ShowCollectionsResponse]) ⇒ Mutation[ShowCollectionsResponse]*): ShowCollectionsResponse
- Definition Classes
- Updatable
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withCollectionIds(__v: Seq[Long]): ShowCollectionsResponse
- def withCollectionNames(__v: Seq[String]): ShowCollectionsResponse
- def withCreatedTimestamps(__v: Seq[Long]): ShowCollectionsResponse
- def withCreatedUtcTimestamps(__v: Seq[Long]): ShowCollectionsResponse
- def withInMemoryPercentages(__v: Seq[Long]): ShowCollectionsResponse
- def withQueryServiceAvailable(__v: Seq[Boolean]): ShowCollectionsResponse
- def withStatus(__v: Status): ShowCollectionsResponse
- def withUnknownFields(__v: UnknownFieldSet): ShowCollectionsResponse
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ShowCollectionsResponse → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated