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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexDescriptiongetIndexDescriptions(int index)All index informations, for now only return tha latest index you created for the collection.intgetIndexDescriptionsCount()All index informations, for now only return tha latest index you created for the collection.List<IndexDescription>getIndexDescriptionsList()All index informations, for now only return tha latest index you created for the collection.IndexDescriptionOrBuildergetIndexDescriptionsOrBuilder(int index)All index informations, for now only return tha latest index you created for the collection.List<? extends IndexDescriptionOrBuilder>getIndexDescriptionsOrBuilderList()All index informations, for now only return tha latest index you created for the collection.StatusgetStatus()Response statusStatusOrBuildergetStatusOrBuilder()Response statusbooleanhasStatus()Response status-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
IndexDescription getIndexDescriptions(int index)
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
IndexDescriptionOrBuilder getIndexDescriptionsOrBuilder(int index)
All index informations, for now only return tha latest index you created for the collection.
repeated .milvus.proto.milvus.IndexDescription index_descriptions = 2;
-
-