| 程序包 | 说明 |
|---|---|
| io.milvus.grpc |
| 限定符和类型 | 方法和说明 |
|---|---|
IndexDescription |
IndexDescription.Builder.build() |
IndexDescription |
IndexDescription.Builder.buildPartial() |
static IndexDescription |
IndexDescription.getDefaultInstance() |
IndexDescription |
IndexDescription.getDefaultInstanceForType() |
IndexDescription |
IndexDescription.Builder.getDefaultInstanceForType() |
IndexDescription |
DescribeIndexResponseOrBuilder.getIndexDescriptions(int index)
All index informations, for now only return tha latest index you created for the collection.
|
IndexDescription |
DescribeIndexResponse.getIndexDescriptions(int index)
All index informations, for now only return tha latest index you created for the collection.
|
IndexDescription |
DescribeIndexResponse.Builder.getIndexDescriptions(int index)
All index informations, for now only return tha latest index you created for the collection.
|
static IndexDescription |
IndexDescription.parseDelimitedFrom(InputStream input) |
static IndexDescription |
IndexDescription.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexDescription |
IndexDescription.parseFrom(byte[] data) |
static IndexDescription |
IndexDescription.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexDescription |
IndexDescription.parseFrom(ByteBuffer data) |
static IndexDescription |
IndexDescription.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexDescription |
IndexDescription.parseFrom(com.google.protobuf.ByteString data) |
static IndexDescription |
IndexDescription.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexDescription |
IndexDescription.parseFrom(com.google.protobuf.CodedInputStream input) |
static IndexDescription |
IndexDescription.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IndexDescription |
IndexDescription.parseFrom(InputStream input) |
static IndexDescription |
IndexDescription.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<IndexDescription> |
DescribeIndexResponseOrBuilder.getIndexDescriptionsList()
All index informations, for now only return tha latest index you created for the collection.
|
List<IndexDescription> |
DescribeIndexResponse.getIndexDescriptionsList()
All index informations, for now only return tha latest index you created for the collection.
|
List<IndexDescription> |
DescribeIndexResponse.Builder.getIndexDescriptionsList()
All index informations, for now only return tha latest index you created for the collection.
|
com.google.protobuf.Parser<IndexDescription> |
IndexDescription.getParserForType() |
static com.google.protobuf.Parser<IndexDescription> |
IndexDescription.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.addIndexDescriptions(IndexDescription value)
All index informations, for now only return tha latest index you created for the collection.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.addIndexDescriptions(int index,
IndexDescription value)
All index informations, for now only return tha latest index you created for the collection.
|
IndexDescription.Builder |
IndexDescription.Builder.mergeFrom(IndexDescription other) |
static IndexDescription.Builder |
IndexDescription.newBuilder(IndexDescription prototype) |
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.setIndexDescriptions(int index,
IndexDescription value)
All index informations, for now only return tha latest index you created for the collection.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.addAllIndexDescriptions(Iterable<? extends IndexDescription> values)
All index informations, for now only return tha latest index you created for the collection.
|
Copyright © 2023. All rights reserved.