All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milvus.grpc.SubSearchRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface SubSearchRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.SubSearchRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * must
   * 
* * string dsl = 1; * @return The dsl. */ java.lang.String getDsl(); /** *
   * must
   * 
* * string dsl = 1; * @return The bytes for dsl. */ com.google.protobuf.ByteString getDslBytes(); /** *
   * serialized `PlaceholderGroup`
   * 
* * bytes placeholder_group = 2; * @return The placeholderGroup. */ com.google.protobuf.ByteString getPlaceholderGroup(); /** *
   * must
   * 
* * .milvus.proto.common.DslType dsl_type = 3; * @return The enum numeric value on the wire for dslType. */ int getDslTypeValue(); /** *
   * must
   * 
* * .milvus.proto.common.DslType dsl_type = 3; * @return The dslType. */ io.milvus.grpc.DslType getDslType(); /** *
   * must
   * 
* * repeated .milvus.proto.common.KeyValuePair search_params = 4; */ java.util.List getSearchParamsList(); /** *
   * must
   * 
* * repeated .milvus.proto.common.KeyValuePair search_params = 4; */ io.milvus.grpc.KeyValuePair getSearchParams(int index); /** *
   * must
   * 
* * repeated .milvus.proto.common.KeyValuePair search_params = 4; */ int getSearchParamsCount(); /** *
   * must
   * 
* * repeated .milvus.proto.common.KeyValuePair search_params = 4; */ java.util.List getSearchParamsOrBuilderList(); /** *
   * must
   * 
* * repeated .milvus.proto.common.KeyValuePair search_params = 4; */ io.milvus.grpc.KeyValuePairOrBuilder getSearchParamsOrBuilder( int index); /** * int64 nq = 5; * @return The nq. */ long getNq(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy