Interface SubSearchRequestOrBuilder

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

public interface SubSearchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDsl

      String getDsl()
       must
       
      string dsl = 1;
      Returns:
      The dsl.
    • getDslBytes

      com.google.protobuf.ByteString getDslBytes()
       must
       
      string dsl = 1;
      Returns:
      The bytes for dsl.
    • getPlaceholderGroup

      com.google.protobuf.ByteString getPlaceholderGroup()
       serialized `PlaceholderGroup`
       
      bytes placeholder_group = 2;
      Returns:
      The placeholderGroup.
    • getDslTypeValue

      int getDslTypeValue()
       must
       
      .milvus.proto.common.DslType dsl_type = 3;
      Returns:
      The enum numeric value on the wire for dslType.
    • getDslType

      DslType getDslType()
       must
       
      .milvus.proto.common.DslType dsl_type = 3;
      Returns:
      The dslType.
    • getSearchParamsList

      List<KeyValuePair> getSearchParamsList()
       must
       
      repeated .milvus.proto.common.KeyValuePair search_params = 4;
    • getSearchParams

      KeyValuePair getSearchParams(int index)
       must
       
      repeated .milvus.proto.common.KeyValuePair search_params = 4;
    • getSearchParamsCount

      int getSearchParamsCount()
       must
       
      repeated .milvus.proto.common.KeyValuePair search_params = 4;
    • getSearchParamsOrBuilderList

      List<? extends KeyValuePairOrBuilder> getSearchParamsOrBuilderList()
       must
       
      repeated .milvus.proto.common.KeyValuePair search_params = 4;
    • getSearchParamsOrBuilder

      KeyValuePairOrBuilder getSearchParamsOrBuilder(int index)
       must
       
      repeated .milvus.proto.common.KeyValuePair search_params = 4;
    • getNq

      long getNq()
      int64 nq = 5;
      Returns:
      The nq.