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
Modifier and TypeMethodDescriptiongetDsl()mustcom.google.protobuf.ByteStringmustmustintmustlonggetNq()int64 nq = 5;com.google.protobuf.ByteStringserialized `PlaceholderGroup`getSearchParams(int index) mustintmustmustgetSearchParamsOrBuilder(int index) mustList<? extends KeyValuePairOrBuilder> mustMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
must
repeated .milvus.proto.common.KeyValuePair search_params = 4; -
getNq
long getNq()int64 nq = 5;- Returns:
- The nq.
-