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
Modifier and TypeMethodDescriptionstring collection_name = 1;com.google.protobuf.ByteStringstring collection_name = 1;string field_name = 2;com.google.protobuf.ByteStringstring field_name = 2;.milvus.proto.schema.IDs id_array = 3;.milvus.proto.schema.IDs id_array = 3;getPartitionNames(int index) repeated string partition_names = 4;com.google.protobuf.ByteStringgetPartitionNamesBytes(int index) repeated string partition_names = 4;intrepeated string partition_names = 4;repeated string partition_names = 4;boolean.milvus.proto.schema.IDs id_array = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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.
-