public static interface OtsInternalApi.GetRowRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnsToGet(int index)
repeated string columns_to_get = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnsToGetBytes(int index)
repeated string columns_to_get = 3; |
int |
getColumnsToGetCount()
repeated string columns_to_get = 3; |
List<String> |
getColumnsToGetList()
repeated string columns_to_get = 3; |
String |
getEndColumn()
optional string end_column = 9; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getEndColumnBytes()
optional string end_column = 9; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFilter()
optional bytes filter = 7; |
int |
getMaxVersions()
optional int32 max_versions = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getPrimaryKey()
required bytes primary_key = 2; |
String |
getStartColumn()
optional string start_column = 8; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStartColumnBytes()
optional string start_column = 8; |
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 = 4; |
OtsInternalApi.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getToken()
optional bytes token = 10; |
String |
getTransactionId()
optional string transaction_id = 11; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTransactionIdBytes()
optional string transaction_id = 11; |
boolean |
hasEndColumn()
optional string end_column = 9; |
boolean |
hasFilter()
optional bytes filter = 7; |
boolean |
hasMaxVersions()
optional int32 max_versions = 5; |
boolean |
hasPrimaryKey()
required bytes primary_key = 2; |
boolean |
hasStartColumn()
optional string start_column = 8; |
boolean |
hasTableName()
required string table_name = 1; |
boolean |
hasTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
boolean |
hasToken()
optional bytes token = 10; |
boolean |
hasTransactionId()
optional string transaction_id = 11; |
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;boolean hasPrimaryKey()
required bytes primary_key = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getPrimaryKey()
required bytes primary_key = 2;List<String> getColumnsToGetList()
repeated string columns_to_get = 3;int getColumnsToGetCount()
repeated string columns_to_get = 3;String getColumnsToGet(int index)
repeated string columns_to_get = 3;index - The index of the element to return.com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnsToGetBytes(int index)
repeated string columns_to_get = 3;index - The index of the value to return.boolean hasTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;OtsInternalApi.TimeRange getTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;OtsInternalApi.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;boolean hasMaxVersions()
optional int32 max_versions = 5;int getMaxVersions()
optional int32 max_versions = 5;boolean hasFilter()
optional bytes filter = 7;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFilter()
optional bytes filter = 7;boolean hasStartColumn()
optional string start_column = 8;String getStartColumn()
optional string start_column = 8;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStartColumnBytes()
optional string start_column = 8;boolean hasEndColumn()
optional string end_column = 9;String getEndColumn()
optional string end_column = 9;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getEndColumnBytes()
optional string end_column = 9;boolean hasToken()
optional bytes token = 10;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getToken()
optional bytes token = 10;boolean hasTransactionId()
optional string transaction_id = 11;String getTransactionId()
optional string transaction_id = 11;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTransactionIdBytes()
optional string transaction_id = 11;Copyright © 2025. All Rights Reserved.