Interface QueryRequestOrBuilder

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

    public interface QueryRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasBase

        boolean hasBase()
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        Whether the base field is set.
      • getBase

        MsgBase getBase()
        .milvus.proto.common.MsgBase base = 1;
        Returns:
        The base.
      • getBaseOrBuilder

        MsgBaseOrBuilder getBaseOrBuilder()
        .milvus.proto.common.MsgBase base = 1;
      • getDbName

        String getDbName()
        string db_name = 2;
        Returns:
        The dbName.
      • getDbNameBytes

        com.google.protobuf.ByteString getDbNameBytes()
        string db_name = 2;
        Returns:
        The bytes for dbName.
      • getCollectionName

        String getCollectionName()
        string collection_name = 3;
        Returns:
        The collectionName.
      • getCollectionNameBytes

        com.google.protobuf.ByteString getCollectionNameBytes()
        string collection_name = 3;
        Returns:
        The bytes for collectionName.
      • getExpr

        String getExpr()
        string expr = 4;
        Returns:
        The expr.
      • getExprBytes

        com.google.protobuf.ByteString getExprBytes()
        string expr = 4;
        Returns:
        The bytes for expr.
      • getOutputFieldsList

        List<String> getOutputFieldsList()
        repeated string output_fields = 5;
        Returns:
        A list containing the outputFields.
      • getOutputFieldsCount

        int getOutputFieldsCount()
        repeated string output_fields = 5;
        Returns:
        The count of outputFields.
      • getOutputFields

        String getOutputFields​(int index)
        repeated string output_fields = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The outputFields at the given index.
      • getOutputFieldsBytes

        com.google.protobuf.ByteString getOutputFieldsBytes​(int index)
        repeated string output_fields = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the outputFields at the given index.
      • getPartitionNamesList

        List<String> getPartitionNamesList()
        repeated string partition_names = 6;
        Returns:
        A list containing the partitionNames.
      • getPartitionNamesCount

        int getPartitionNamesCount()
        repeated string partition_names = 6;
        Returns:
        The count of partitionNames.
      • getPartitionNames

        String getPartitionNames​(int index)
        repeated string partition_names = 6;
        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 = 6;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the partitionNames at the given index.
      • getTravelTimestamp

        long getTravelTimestamp()
        uint64 travel_timestamp = 7;
        Returns:
        The travelTimestamp.
      • getGuaranteeTimestamp

        long getGuaranteeTimestamp()
         guarantee_timestamp
         
        uint64 guarantee_timestamp = 8;
        Returns:
        The guaranteeTimestamp.
      • getQueryParamsList

        List<KeyValuePair> getQueryParamsList()
         optional
         
        repeated .milvus.proto.common.KeyValuePair query_params = 9;
      • getQueryParams

        KeyValuePair getQueryParams​(int index)
         optional
         
        repeated .milvus.proto.common.KeyValuePair query_params = 9;
      • getQueryParamsCount

        int getQueryParamsCount()
         optional
         
        repeated .milvus.proto.common.KeyValuePair query_params = 9;
      • getQueryParamsOrBuilderList

        List<? extends KeyValuePairOrBuilder> getQueryParamsOrBuilderList()
         optional
         
        repeated .milvus.proto.common.KeyValuePair query_params = 9;
      • getQueryParamsOrBuilder

        KeyValuePairOrBuilder getQueryParamsOrBuilder​(int index)
         optional
         
        repeated .milvus.proto.common.KeyValuePair query_params = 9;
      • getNotReturnAllMeta

        boolean getNotReturnAllMeta()
        bool not_return_all_meta = 10;
        Returns:
        The notReturnAllMeta.
      • getConsistencyLevelValue

        int getConsistencyLevelValue()
        .milvus.proto.common.ConsistencyLevel consistency_level = 11;
        Returns:
        The enum numeric value on the wire for consistencyLevel.
      • getConsistencyLevel

        ConsistencyLevel getConsistencyLevel()
        .milvus.proto.common.ConsistencyLevel consistency_level = 11;
        Returns:
        The consistencyLevel.
      • getUseDefaultConsistency

        boolean getUseDefaultConsistency()
        bool use_default_consistency = 12;
        Returns:
        The useDefaultConsistency.