Interface SearchByIDParamOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SearchByIDParam, SearchByIDParam.Builder

    public interface SearchByIDParamOrBuilder
    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.
      • getPartitionTagArrayList

        List<String> getPartitionTagArrayList()
        repeated string partition_tag_array = 2;
        Returns:
        A list containing the partitionTagArray.
      • getPartitionTagArrayCount

        int getPartitionTagArrayCount()
        repeated string partition_tag_array = 2;
        Returns:
        The count of partitionTagArray.
      • getPartitionTagArray

        String getPartitionTagArray​(int index)
        repeated string partition_tag_array = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The partitionTagArray at the given index.
      • getPartitionTagArrayBytes

        com.google.protobuf.ByteString getPartitionTagArrayBytes​(int index)
        repeated string partition_tag_array = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the partitionTagArray at the given index.
      • getIdArrayList

        List<Long> getIdArrayList()
        repeated int64 id_array = 3;
        Returns:
        A list containing the idArray.
      • getIdArrayCount

        int getIdArrayCount()
        repeated int64 id_array = 3;
        Returns:
        The count of idArray.
      • getIdArray

        long getIdArray​(int index)
        repeated int64 id_array = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The idArray at the given index.
      • getTopk

        long getTopk()
        int64 topk = 4;
        Returns:
        The topk.
      • getExtraParamsList

        List<KeyValuePair> getExtraParamsList()
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParams

        KeyValuePair getExtraParams​(int index)
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParamsCount

        int getExtraParamsCount()
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParamsOrBuilderList

        List<? extends KeyValuePairOrBuilder> getExtraParamsOrBuilderList()
        repeated .milvus.grpc.KeyValuePair extra_params = 5;
      • getExtraParamsOrBuilder

        KeyValuePairOrBuilder getExtraParamsOrBuilder​(int index)
        repeated .milvus.grpc.KeyValuePair extra_params = 5;