public static interface Search.SearchRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Search.ColumnsToGet |
getColumnsToGet()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3; |
Search.ColumnsToGetOrBuilder |
getColumnsToGetOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3; |
String |
getIndexName()
optional string index_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getIndexNameBytes()
optional string index_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getRoutingValues(int index)
repeated bytes routing_values = 5; |
int |
getRoutingValuesCount()
repeated bytes routing_values = 5; |
List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> |
getRoutingValuesList()
repeated bytes routing_values = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getSearchQuery()
optional bytes search_query = 4; |
String |
getTableName()
optional string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 1; |
int |
getTimeoutMs()
optional int32 timeout_ms = 6; |
boolean |
hasColumnsToGet()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3; |
boolean |
hasIndexName()
optional string index_name = 2; |
boolean |
hasSearchQuery()
optional bytes search_query = 4; |
boolean |
hasTableName()
optional string table_name = 1; |
boolean |
hasTimeoutMs()
optional int32 timeout_ms = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
optional string table_name = 1;String getTableName()
optional string table_name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 1;boolean hasIndexName()
optional string index_name = 2;String getIndexName()
optional string index_name = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getIndexNameBytes()
optional string index_name = 2;boolean hasColumnsToGet()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;Search.ColumnsToGet getColumnsToGet()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;Search.ColumnsToGetOrBuilder getColumnsToGetOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;boolean hasSearchQuery()
optional bytes search_query = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getSearchQuery()
optional bytes search_query = 4;List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> getRoutingValuesList()
repeated bytes routing_values = 5;int getRoutingValuesCount()
repeated bytes routing_values = 5;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getRoutingValues(int index)
repeated bytes routing_values = 5;index - The index of the element to return.boolean hasTimeoutMs()
optional int32 timeout_ms = 6;int getTimeoutMs()
optional int32 timeout_ms = 6;Copyright © 2025. All Rights Reserved.