final case class ShowCollectionsRequest(base: Option[MsgBase] = _root_.scala.None, dbName: String = "", timeStamp: Long = 0L, type: ShowType = io.milvus.grpc.milvus.ShowType.All, collectionNames: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ShowCollectionsRequest] with Product with Serializable
List collections
- base
Not useful for now
- dbName
Not useful for now
- timeStamp
Not useful for now
- type
Decide return Loaded collections or All collections(Optional)
- collectionNames
When type is InMemory, will return these collection's inMemory_percentages.(Optional)
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShowCollectionsRequest
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ShowCollectionsRequest(base: Option[MsgBase] = _root_.scala.None, dbName: String = "", timeStamp: Long = 0L, type: ShowType = io.milvus.grpc.milvus.ShowType.All, collectionNames: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)
- base
Not useful for now
- dbName
Not useful for now
- timeStamp
Not useful for now
- type
Decide return Loaded collections or All collections(Optional)
- collectionNames
When type is InMemory, will return these collection's inMemory_percentages.(Optional)
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 addAllCollectionNames(__vs: Iterable[String]): ShowCollectionsRequest
- def addCollectionNames(__vs: String*): ShowCollectionsRequest
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val base: Option[MsgBase]
- def clearBase: ShowCollectionsRequest
- def clearCollectionNames: ShowCollectionsRequest
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val collectionNames: Seq[String]
-
def
companion: ShowCollectionsRequest.type
- Definition Classes
- ShowCollectionsRequest → GeneratedMessage
- val dbName: String
- def discardUnknownFields: ShowCollectionsRequest
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def getBase: MsgBase
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- ShowCollectionsRequest → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ShowCollectionsRequest → GeneratedMessage
-
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()
-
def
serializedSize: Int
- Definition Classes
- ShowCollectionsRequest → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeStamp: Long
-
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
- ShowCollectionsRequest → GeneratedMessage
- val type: ShowType
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[ShowCollectionsRequest, ShowCollectionsRequest]) ⇒ Mutation[ShowCollectionsRequest]*): ShowCollectionsRequest
- 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 withBase(__v: MsgBase): ShowCollectionsRequest
- def withCollectionNames(__v: Seq[String]): ShowCollectionsRequest
- def withDbName(__v: String): ShowCollectionsRequest
- def withTimeStamp(__v: Long): ShowCollectionsRequest
- def withType(__v: ShowType): ShowCollectionsRequest
- def withUnknownFields(__v: UnknownFieldSet): ShowCollectionsRequest
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ShowCollectionsRequest → 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