Package io.milvus.grpc
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 Summary
Modifier and TypeMethodDescriptionlonggetCollectionIds(int index) Collection Id arrayintCollection Id arrayCollection Id arraygetCollectionNames(int index) Collection name arraycom.google.protobuf.ByteStringgetCollectionNamesBytes(int index) Collection name arrayintCollection name arrayCollection name arraylonggetCreatedTimestamps(int index) Hybrid timestamps in milvusintHybrid timestamps in milvusHybrid timestamps in milvuslonggetCreatedUtcTimestamps(int index) The utc timestamp calculated by created_timestampintThe utc timestamp calculated by created_timestampThe utc timestamp calculated by created_timestamplonggetInMemoryPercentages(int index) Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.intDeprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.Deprecated.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated.booleangetQueryServiceAvailable(int index) Indicate whether query service is availableintIndicate whether query service is availableIndicate whether query service is availableContain error_code and reasonContain error_code and reasonbooleanContain error_code and reasonMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
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
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
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.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=508Load 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.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=508Load 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.milvus.proto.milvus.ShowCollectionsResponse.inMemory_percentages is deprecated. See milvus.proto;l=508Load 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
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.
-