public interface QueryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
MsgBase |
getBase()
.milvus.proto.common.MsgBase base = 1; |
MsgBaseOrBuilder |
getBaseOrBuilder()
.milvus.proto.common.MsgBase base = 1; |
String |
getCollectionName()
string collection_name = 3; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
string collection_name = 3; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
String |
getExpr()
string expr = 4; |
com.google.protobuf.ByteString |
getExprBytes()
string expr = 4; |
long |
getGuaranteeTimestamp()
guarantee_timestamp
uint64 guarantee_timestamp = 8; |
String |
getOutputFields(int index)
repeated string output_fields = 5; |
com.google.protobuf.ByteString |
getOutputFieldsBytes(int index)
repeated string output_fields = 5; |
int |
getOutputFieldsCount()
repeated string output_fields = 5; |
List<String> |
getOutputFieldsList()
repeated string output_fields = 5; |
String |
getPartitionNames(int index)
repeated string partition_names = 6; |
com.google.protobuf.ByteString |
getPartitionNamesBytes(int index)
repeated string partition_names = 6; |
int |
getPartitionNamesCount()
repeated string partition_names = 6; |
List<String> |
getPartitionNamesList()
repeated string partition_names = 6; |
KeyValuePair |
getQueryParams(int index)
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9; |
int |
getQueryParamsCount()
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9; |
List<KeyValuePair> |
getQueryParamsList()
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9; |
KeyValuePairOrBuilder |
getQueryParamsOrBuilder(int index)
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9; |
List<? extends KeyValuePairOrBuilder> |
getQueryParamsOrBuilderList()
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9; |
long |
getTravelTimestamp()
uint64 travel_timestamp = 7; |
boolean |
hasBase()
.milvus.proto.common.MsgBase base = 1; |
boolean hasBase()
.milvus.proto.common.MsgBase base = 1;MsgBase getBase()
.milvus.proto.common.MsgBase base = 1;MsgBaseOrBuilder getBaseOrBuilder()
.milvus.proto.common.MsgBase base = 1;String getDbName()
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;String getCollectionName()
string collection_name = 3;com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 3;String getExpr()
string expr = 4;com.google.protobuf.ByteString getExprBytes()
string expr = 4;List<String> getOutputFieldsList()
repeated string output_fields = 5;int getOutputFieldsCount()
repeated string output_fields = 5;String getOutputFields(int index)
repeated string output_fields = 5;index - The index of the element to return.com.google.protobuf.ByteString getOutputFieldsBytes(int index)
repeated string output_fields = 5;index - The index of the value to return.List<String> getPartitionNamesList()
repeated string partition_names = 6;int getPartitionNamesCount()
repeated string partition_names = 6;String getPartitionNames(int index)
repeated string partition_names = 6;index - The index of the element to return.com.google.protobuf.ByteString getPartitionNamesBytes(int index)
repeated string partition_names = 6;index - The index of the value to return.long getTravelTimestamp()
uint64 travel_timestamp = 7;long getGuaranteeTimestamp()
guarantee_timestamp
uint64 guarantee_timestamp = 8;List<KeyValuePair> getQueryParamsList()
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9;KeyValuePair getQueryParams(int index)
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9;int getQueryParamsCount()
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9;List<? extends KeyValuePairOrBuilder> getQueryParamsOrBuilderList()
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9;KeyValuePairOrBuilder getQueryParamsOrBuilder(int index)
optional
repeated .milvus.proto.common.KeyValuePair query_params = 9;Copyright © 2023. All rights reserved.