Packages

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
Updatable[ShowCollectionsResponse], GeneratedMessage, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShowCollectionsResponse
  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 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

  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 addAllCollectionIds(__vs: Iterable[Long]): ShowCollectionsResponse
  5. def addAllCollectionNames(__vs: Iterable[String]): ShowCollectionsResponse
  6. def addAllCreatedTimestamps(__vs: Iterable[Long]): ShowCollectionsResponse
  7. def addAllCreatedUtcTimestamps(__vs: Iterable[Long]): ShowCollectionsResponse
  8. def addAllInMemoryPercentages(__vs: Iterable[Long]): ShowCollectionsResponse
  9. def addAllQueryServiceAvailable(__vs: Iterable[Boolean]): ShowCollectionsResponse
  10. def addCollectionIds(__vs: Long*): ShowCollectionsResponse
  11. def addCollectionNames(__vs: String*): ShowCollectionsResponse
  12. def addCreatedTimestamps(__vs: Long*): ShowCollectionsResponse
  13. def addCreatedUtcTimestamps(__vs: Long*): ShowCollectionsResponse
  14. def addInMemoryPercentages(__vs: Long*): ShowCollectionsResponse
  15. def addQueryServiceAvailable(__vs: Boolean*): ShowCollectionsResponse
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clearCollectionIds: ShowCollectionsResponse
  18. def clearCollectionNames: ShowCollectionsResponse
  19. def clearCreatedTimestamps: ShowCollectionsResponse
  20. def clearCreatedUtcTimestamps: ShowCollectionsResponse
  21. def clearInMemoryPercentages: ShowCollectionsResponse
  22. def clearQueryServiceAvailable: ShowCollectionsResponse
  23. def clearStatus: ShowCollectionsResponse
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  25. val collectionIds: Seq[Long]
  26. val collectionNames: Seq[String]
  27. def companion: ShowCollectionsResponse.type
    Definition Classes
    ShowCollectionsResponse → GeneratedMessage
  28. val createdTimestamps: Seq[Long]
  29. val createdUtcTimestamps: Seq[Long]
  30. def discardUnknownFields: ShowCollectionsResponse
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ShowCollectionsResponse → GeneratedMessage
  34. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ShowCollectionsResponse → GeneratedMessage
  35. def getStatus: Status
  36. val inMemoryPercentages: Seq[Long]
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. val queryServiceAvailable: Seq[Boolean]
  42. def serializedSize: Int
    Definition Classes
    ShowCollectionsResponse → GeneratedMessage
  43. val status: Option[Status]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  46. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  47. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  48. def toProtoString: String
    Definition Classes
    ShowCollectionsResponse → GeneratedMessage
  49. val unknownFields: UnknownFieldSet
  50. def update(ms: (Lens[ShowCollectionsResponse, ShowCollectionsResponse]) ⇒ Mutation[ShowCollectionsResponse]*): ShowCollectionsResponse
    Definition Classes
    Updatable
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def withCollectionIds(__v: Seq[Long]): ShowCollectionsResponse
  55. def withCollectionNames(__v: Seq[String]): ShowCollectionsResponse
  56. def withCreatedTimestamps(__v: Seq[Long]): ShowCollectionsResponse
  57. def withCreatedUtcTimestamps(__v: Seq[Long]): ShowCollectionsResponse
  58. def withInMemoryPercentages(__v: Seq[Long]): ShowCollectionsResponse
  59. def withQueryServiceAvailable(__v: Seq[Boolean]): ShowCollectionsResponse
  60. def withStatus(__v: Status): ShowCollectionsResponse
  61. def withUnknownFields(__v: UnknownFieldSet): ShowCollectionsResponse
  62. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  63. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ShowCollectionsResponse → GeneratedMessage
  64. 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[ShowCollectionsResponse]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped