public static interface Search.ParallelScanRequestOrBuilder
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; |
Search.ScanQuery |
getScanQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5; |
Search.ScanQueryOrBuilder |
getScanQueryOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getSessionId()
optional bytes session_id = 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 |
hasScanQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5; |
boolean |
hasSessionId()
optional bytes session_id = 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 hasSessionId()
optional bytes session_id = 4;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getSessionId()
optional bytes session_id = 4;boolean hasScanQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;Search.ScanQuery getScanQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;Search.ScanQueryOrBuilder getScanQueryOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;boolean hasTimeoutMs()
optional int32 timeout_ms = 6;int getTimeoutMs()
optional int32 timeout_ms = 6;Copyright © 2025. All Rights Reserved.