Package io.milvus.grpc
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDsl()mustcom.google.protobuf.ByteStringgetDslBytes()mustDslTypegetDslType()mustintgetDslTypeValue()mustlonggetNq()int64 nq = 5;com.google.protobuf.ByteStringgetPlaceholderGroup()serialized `PlaceholderGroup`KeyValuePairgetSearchParams(int index)mustintgetSearchParamsCount()mustList<KeyValuePair>getSearchParamsList()mustKeyValuePairOrBuildergetSearchParamsOrBuilder(int index)mustList<? extends KeyValuePairOrBuilder>getSearchParamsOrBuilderList()must-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-