Interface ShowCollectionsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ShowCollectionsResponse, ShowCollectionsResponse.Builder

public interface ShowCollectionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStatus

      boolean hasStatus()
       Contain error_code and reason
       
      .milvus.proto.common.Status status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
       Contain error_code and reason
       
      .milvus.proto.common.Status status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      StatusOrBuilder getStatusOrBuilder()
       Contain error_code and reason
       
      .milvus.proto.common.Status status = 1;
    • getCollectionNamesList

      List<String> getCollectionNamesList()
       Collection name array
       
      repeated string collection_names = 2;
      Returns:
      A list containing the collectionNames.
    • getCollectionNamesCount

      int getCollectionNamesCount()
       Collection name array
       
      repeated string collection_names = 2;
      Returns:
      The count of collectionNames.
    • getCollectionNames

      String getCollectionNames(int index)
       Collection name array
       
      repeated string collection_names = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The collectionNames at the given index.
    • getCollectionNamesBytes

      com.google.protobuf.ByteString getCollectionNamesBytes(int index)
       Collection name array
       
      repeated string collection_names = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the collectionNames at the given index.
    • getCollectionIdsList

      List<Long> getCollectionIdsList()
       Collection Id array
       
      repeated int64 collection_ids = 3;
      Returns:
      A list containing the collectionIds.
    • getCollectionIdsCount

      int getCollectionIdsCount()
       Collection Id array
       
      repeated int64 collection_ids = 3;
      Returns:
      The count of collectionIds.
    • getCollectionIds

      long getCollectionIds(int index)
       Collection Id array
       
      repeated int64 collection_ids = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The collectionIds at the given index.
    • getCreatedTimestampsList

      List<Long> getCreatedTimestampsList()
       Hybrid timestamps in milvus
       
      repeated uint64 created_timestamps = 4;
      Returns:
      A list containing the createdTimestamps.
    • getCreatedTimestampsCount

      int getCreatedTimestampsCount()
       Hybrid timestamps in milvus
       
      repeated uint64 created_timestamps = 4;
      Returns:
      The count of createdTimestamps.
    • getCreatedTimestamps

      long getCreatedTimestamps(int index)
       Hybrid timestamps in milvus
       
      repeated uint64 created_timestamps = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The createdTimestamps at the given index.
    • getCreatedUtcTimestampsList

      List<Long> getCreatedUtcTimestampsList()
       The utc timestamp calculated by created_timestamp
       
      repeated uint64 created_utc_timestamps = 5;
      Returns:
      A list containing the createdUtcTimestamps.
    • getCreatedUtcTimestampsCount

      int getCreatedUtcTimestampsCount()
       The utc timestamp calculated by created_timestamp
       
      repeated uint64 created_utc_timestamps = 5;
      Returns:
      The count of createdUtcTimestamps.
    • getCreatedUtcTimestamps

      long getCreatedUtcTimestamps(int index)
       The utc timestamp calculated by created_timestamp
       
      repeated uint64 created_utc_timestamps = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The createdUtcTimestamps at the given index.
    • getInMemoryPercentagesList

      @Deprecated List<Long> getInMemoryPercentagesList()
      Deprecated.
      milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=532
       Load percentage on querynode when type is InMemory
       Deprecated: use GetLoadingProgress rpc instead
       
      repeated int64 inMemory_percentages = 6 [deprecated = true];
      Returns:
      A list containing the inMemoryPercentages.
    • getInMemoryPercentagesCount

      @Deprecated int getInMemoryPercentagesCount()
      Deprecated.
      milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=532
       Load percentage on querynode when type is InMemory
       Deprecated: use GetLoadingProgress rpc instead
       
      repeated int64 inMemory_percentages = 6 [deprecated = true];
      Returns:
      The count of inMemoryPercentages.
    • getInMemoryPercentages

      @Deprecated long getInMemoryPercentages(int index)
      Deprecated.
      milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=532
       Load percentage on querynode when type is InMemory
       Deprecated: use GetLoadingProgress rpc instead
       
      repeated int64 inMemory_percentages = 6 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The inMemoryPercentages at the given index.
    • getQueryServiceAvailableList

      List<Boolean> getQueryServiceAvailableList()
       Indicate whether query service is available
       
      repeated bool query_service_available = 7;
      Returns:
      A list containing the queryServiceAvailable.
    • getQueryServiceAvailableCount

      int getQueryServiceAvailableCount()
       Indicate whether query service is available
       
      repeated bool query_service_available = 7;
      Returns:
      The count of queryServiceAvailable.
    • getQueryServiceAvailable

      boolean getQueryServiceAvailable(int index)
       Indicate whether query service is available
       
      repeated bool query_service_available = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The queryServiceAvailable at the given index.