Package io.milvus.grpc
Interface VectorIDsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VectorIDs,VectorIDs.Builder
public interface VectorIDsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCollectionName()string collection_name = 1;com.google.protobuf.ByteStringgetCollectionNameBytes()string collection_name = 1;StringgetFieldName()string field_name = 2;com.google.protobuf.ByteStringgetFieldNameBytes()string field_name = 2;IDsgetIdArray().milvus.proto.schema.IDs id_array = 3;IDsOrBuildergetIdArrayOrBuilder().milvus.proto.schema.IDs id_array = 3;StringgetPartitionNames(int index)repeated string partition_names = 4;com.google.protobuf.ByteStringgetPartitionNamesBytes(int index)repeated string partition_names = 4;intgetPartitionNamesCount()repeated string partition_names = 4;List<String>getPartitionNamesList()repeated string partition_names = 4;booleanhasIdArray().milvus.proto.schema.IDs id_array = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCollectionName
String getCollectionName()
string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 1;- Returns:
- The bytes for collectionName.
-
getFieldName
String getFieldName()
string field_name = 2;- Returns:
- The fieldName.
-
getFieldNameBytes
com.google.protobuf.ByteString getFieldNameBytes()
string field_name = 2;- Returns:
- The bytes for fieldName.
-
hasIdArray
boolean hasIdArray()
.milvus.proto.schema.IDs id_array = 3;- Returns:
- Whether the idArray field is set.
-
getIdArray
IDs getIdArray()
.milvus.proto.schema.IDs id_array = 3;- Returns:
- The idArray.
-
getIdArrayOrBuilder
IDsOrBuilder getIdArrayOrBuilder()
.milvus.proto.schema.IDs id_array = 3;
-
getPartitionNamesList
List<String> getPartitionNamesList()
repeated string partition_names = 4;- Returns:
- A list containing the partitionNames.
-
getPartitionNamesCount
int getPartitionNamesCount()
repeated string partition_names = 4;- Returns:
- The count of partitionNames.
-
getPartitionNames
String getPartitionNames(int index)
repeated string partition_names = 4;- Parameters:
index- The index of the element to return.- Returns:
- The partitionNames at the given index.
-
getPartitionNamesBytes
com.google.protobuf.ByteString getPartitionNamesBytes(int index)
repeated string partition_names = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the partitionNames at the given index.
-
-