public interface DescribeIndexResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
IndexDescription |
getIndexDescriptions(int index)
All index informations, for now only return tha latest index you created for the collection.
|
int |
getIndexDescriptionsCount()
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.
|
IndexDescriptionOrBuilder |
getIndexDescriptionsOrBuilder(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.
|
Status |
getStatus()
Response status
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
Response status
.milvus.proto.common.Status status = 1; |
boolean |
hasStatus()
Response status
.milvus.proto.common.Status status = 1; |
boolean hasStatus()
Response status
.milvus.proto.common.Status status = 1;Status getStatus()
Response status
.milvus.proto.common.Status status = 1;StatusOrBuilder getStatusOrBuilder()
Response status
.milvus.proto.common.Status status = 1;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;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;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;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;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;Copyright © 2023. All rights reserved.