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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsgBasegetBase().milvus.proto.common.MsgBase base = 1;MsgBaseOrBuildergetBaseOrBuilder().milvus.proto.common.MsgBase base = 1;StringgetCollectionName()string collection_name = 3;com.google.protobuf.ByteStringgetCollectionNameBytes()string collection_name = 3;ConsistencyLevelgetConsistencyLevel().milvus.proto.common.ConsistencyLevel consistency_level = 11;intgetConsistencyLevelValue().milvus.proto.common.ConsistencyLevel consistency_level = 11;StringgetDbName()string db_name = 2;com.google.protobuf.ByteStringgetDbNameBytes()string db_name = 2;StringgetExpr()string expr = 4;com.google.protobuf.ByteStringgetExprBytes()string expr = 4;longgetGuaranteeTimestamp()guarantee_timestampbooleangetNotReturnAllMeta()bool not_return_all_meta = 10;StringgetOutputFields(int index)repeated string output_fields = 5;com.google.protobuf.ByteStringgetOutputFieldsBytes(int index)repeated string output_fields = 5;intgetOutputFieldsCount()repeated string output_fields = 5;List<String>getOutputFieldsList()repeated string output_fields = 5;StringgetPartitionNames(int index)repeated string partition_names = 6;com.google.protobuf.ByteStringgetPartitionNamesBytes(int index)repeated string partition_names = 6;intgetPartitionNamesCount()repeated string partition_names = 6;List<String>getPartitionNamesList()repeated string partition_names = 6;KeyValuePairgetQueryParams(int index)optionalintgetQueryParamsCount()optionalList<KeyValuePair>getQueryParamsList()optionalKeyValuePairOrBuildergetQueryParamsOrBuilder(int index)optionalList<? extends KeyValuePairOrBuilder>getQueryParamsOrBuilderList()optionallonggetTravelTimestamp()uint64 travel_timestamp = 7;booleangetUseDefaultConsistency()bool use_default_consistency = 12;booleanhasBase().milvus.proto.common.MsgBase base = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
List<String> 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
String getOutputFields(int index)
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
List<String> 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
String getPartitionNames(int index)
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
KeyValuePair getQueryParams(int index)
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
KeyValuePairOrBuilder getQueryParamsOrBuilder(int index)
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.
-
-