public static interface OtsInternalApi.TableInBatchGetRowRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnsToGet(int index)
repeated string columns_to_get = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnsToGetBytes(int index)
repeated string columns_to_get = 4; |
int |
getColumnsToGetCount()
repeated string columns_to_get = 4; |
List<String> |
getColumnsToGetList()
repeated string columns_to_get = 4; |
String |
getEndColumn()
optional string end_column = 10; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getEndColumnBytes()
optional string end_column = 10; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFilter()
optional bytes filter = 8; |
int |
getMaxVersions()
optional int32 max_versions = 6; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getPrimaryKey(int index)
repeated bytes primary_key = 2; |
int |
getPrimaryKeyCount()
repeated bytes primary_key = 2; |
List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> |
getPrimaryKeyList()
repeated bytes primary_key = 2; |
String |
getStartColumn()
optional string start_column = 9; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStartColumnBytes()
optional string start_column = 9; |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
OtsInternalApi.TimeRange |
getTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5; |
OtsInternalApi.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getToken(int index)
repeated bytes token = 3; |
int |
getTokenCount()
repeated bytes token = 3; |
List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> |
getTokenList()
repeated bytes token = 3; |
boolean |
hasEndColumn()
optional string end_column = 10; |
boolean |
hasFilter()
optional bytes filter = 8; |
boolean |
hasMaxVersions()
optional int32 max_versions = 6; |
boolean |
hasStartColumn()
optional string start_column = 9; |
boolean |
hasTableName()
required string table_name = 1; |
boolean |
hasTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableName()
required string table_name = 1;String getTableName()
required string table_name = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> getPrimaryKeyList()
repeated bytes primary_key = 2;int getPrimaryKeyCount()
repeated bytes primary_key = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getPrimaryKey(int index)
repeated bytes primary_key = 2;index - The index of the element to return.List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> getTokenList()
repeated bytes token = 3;int getTokenCount()
repeated bytes token = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getToken(int index)
repeated bytes token = 3;index - The index of the element to return.List<String> getColumnsToGetList()
repeated string columns_to_get = 4;int getColumnsToGetCount()
repeated string columns_to_get = 4;String getColumnsToGet(int index)
repeated string columns_to_get = 4;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnsToGetBytes(int index)
repeated string columns_to_get = 4;index - The index of the value to return.boolean hasTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;OtsInternalApi.TimeRange getTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;OtsInternalApi.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;boolean hasMaxVersions()
optional int32 max_versions = 6;int getMaxVersions()
optional int32 max_versions = 6;boolean hasFilter()
optional bytes filter = 8;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFilter()
optional bytes filter = 8;boolean hasStartColumn()
optional string start_column = 9;String getStartColumn()
optional string start_column = 9;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStartColumnBytes()
optional string start_column = 9;boolean hasEndColumn()
optional string end_column = 10;String getEndColumn()
optional string end_column = 10;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getEndColumnBytes()
optional string end_column = 10;Copyright © 2025. All Rights Reserved.