public interface VectorIDsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCollectionName()
string collection_name = 1; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
string collection_name = 1; |
String |
getFieldName()
string field_name = 2; |
com.google.protobuf.ByteString |
getFieldNameBytes()
string field_name = 2; |
IDs |
getIdArray()
.milvus.proto.schema.IDs id_array = 3; |
IDsOrBuilder |
getIdArrayOrBuilder()
.milvus.proto.schema.IDs id_array = 3; |
String |
getPartitionNames(int index)
repeated string partition_names = 4; |
com.google.protobuf.ByteString |
getPartitionNamesBytes(int index)
repeated string partition_names = 4; |
int |
getPartitionNamesCount()
repeated string partition_names = 4; |
List<String> |
getPartitionNamesList()
repeated string partition_names = 4; |
boolean |
hasIdArray()
.milvus.proto.schema.IDs id_array = 3; |
String getCollectionName()
string collection_name = 1;com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 1;String getFieldName()
string field_name = 2;com.google.protobuf.ByteString getFieldNameBytes()
string field_name = 2;boolean hasIdArray()
.milvus.proto.schema.IDs id_array = 3;IDs getIdArray()
.milvus.proto.schema.IDs id_array = 3;IDsOrBuilder getIdArrayOrBuilder()
.milvus.proto.schema.IDs id_array = 3;List<String> getPartitionNamesList()
repeated string partition_names = 4;int getPartitionNamesCount()
repeated string partition_names = 4;String getPartitionNames(int index)
repeated string partition_names = 4;index - The index of the element to return.com.google.protobuf.ByteString getPartitionNamesBytes(int index)
repeated string partition_names = 4;index - The index of the value to return.Copyright © 2023. All rights reserved.