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 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.