Package io.milvus.grpc
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 Summary
Modifier and TypeMethodDescriptiongetBase().milvus.proto.common.MsgBase base = 1;.milvus.proto.common.MsgBase base = 1;string collection_name = 3;com.google.protobuf.ByteStringstring collection_name = 3;.milvus.proto.common.ConsistencyLevel consistency_level = 11;int.milvus.proto.common.ConsistencyLevel consistency_level = 11;string db_name = 2;com.google.protobuf.ByteStringstring db_name = 2;getExpr()string expr = 4;com.google.protobuf.ByteStringstring expr = 4;longguarantee_timestampbooleanbool not_return_all_meta = 10;getOutputFields(int index) repeated string output_fields = 5;com.google.protobuf.ByteStringgetOutputFieldsBytes(int index) repeated string output_fields = 5;intrepeated string output_fields = 5;repeated string output_fields = 5;getPartitionNames(int index) repeated string partition_names = 6;com.google.protobuf.ByteStringgetPartitionNamesBytes(int index) repeated string partition_names = 6;intrepeated string partition_names = 6;repeated string partition_names = 6;getQueryParams(int index) optionalintoptionaloptionalgetQueryParamsOrBuilder(int index) optionalList<? extends KeyValuePairOrBuilder> optionallonguint64 travel_timestamp = 7;booleanbool use_default_consistency = 12;booleanhasBase().milvus.proto.common.MsgBase base = 1;Methods 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
-
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
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
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
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
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
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
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.
-