Packages

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
Updatable[ShowCollectionsRequest], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShowCollectionsRequest
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllCollectionNames(__vs: Iterable[String]): ShowCollectionsRequest
  5. def addCollectionNames(__vs: String*): ShowCollectionsRequest
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val base: Option[MsgBase]
  8. def clearBase: ShowCollectionsRequest
  9. def clearCollectionNames: ShowCollectionsRequest
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. val collectionNames: Seq[String]
  12. def companion: ShowCollectionsRequest.type
    Definition Classes
    ShowCollectionsRequest → GeneratedMessage
  13. val dbName: String
  14. def discardUnknownFields: ShowCollectionsRequest
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def getBase: MsgBase
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ShowCollectionsRequest → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ShowCollectionsRequest → GeneratedMessage
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def serializedSize: Int
    Definition Classes
    ShowCollectionsRequest → GeneratedMessage
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. val timeStamp: Long
  27. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  28. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  29. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  30. def toProtoString: String
    Definition Classes
    ShowCollectionsRequest → GeneratedMessage
  31. val type: ShowType
  32. val unknownFields: UnknownFieldSet
  33. def update(ms: (Lens[ShowCollectionsRequest, ShowCollectionsRequest]) ⇒ Mutation[ShowCollectionsRequest]*): ShowCollectionsRequest
    Definition Classes
    Updatable
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def withBase(__v: MsgBase): ShowCollectionsRequest
  38. def withCollectionNames(__v: Seq[String]): ShowCollectionsRequest
  39. def withDbName(__v: String): ShowCollectionsRequest
  40. def withTimeStamp(__v: Long): ShowCollectionsRequest
  41. def withType(__v: ShowType): ShowCollectionsRequest
  42. def withUnknownFields(__v: UnknownFieldSet): ShowCollectionsRequest
  43. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  44. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ShowCollectionsRequest → GeneratedMessage
  45. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Updatable[ShowCollectionsRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped