Package io.milvus.grpc
Interface DescribeIndexResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DescribeIndexResponse,DescribeIndexResponse.Builder
public interface DescribeIndexResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetIndexDescriptions(int index) All index informations, for now only return tha latest index you created for the collection.intAll index informations, for now only return tha latest index you created for the collection.All index informations, for now only return tha latest index you created for the collection.getIndexDescriptionsOrBuilder(int index) All index informations, for now only return tha latest index you created for the collection.List<? extends IndexDescriptionOrBuilder> All index informations, for now only return tha latest index you created for the collection.Response statusResponse statusbooleanResponse statusMethods 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()Response status
.milvus.proto.common.Status status = 1;- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus()Response status
.milvus.proto.common.Status status = 1;- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder()Response status
.milvus.proto.common.Status status = 1; -
getIndexDescriptionsList
List<IndexDescription> getIndexDescriptionsList()All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2; -
getIndexDescriptions
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2; -
getIndexDescriptionsCount
int getIndexDescriptionsCount()All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2; -
getIndexDescriptionsOrBuilderList
List<? extends IndexDescriptionOrBuilder> getIndexDescriptionsOrBuilderList()All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2; -
getIndexDescriptionsOrBuilder
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-