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 Type
    Method
    Description
    string collection_name = 1;
    com.google.protobuf.ByteString
    string collection_name = 1;
    string field_name = 2;
    com.google.protobuf.ByteString
    string 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.ByteString
    repeated string partition_names = 4;
    int
    repeated 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

    isInitialized

    Methods 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

      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.