OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.addAllColumnsToGet(Iterable<String> values)
repeated string columns_to_get = 4;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.addAllPrimaryKey(Iterable<? extends com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> values)
repeated bytes primary_key = 2;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.addAllToken(Iterable<? extends com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> values)
repeated bytes token = 3;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.addColumnsToGet(String value)
repeated string columns_to_get = 4;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.addColumnsToGetBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string columns_to_get = 4;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.addPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated bytes primary_key = 2;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.addTablesBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.addTablesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.addToken(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated bytes token = 3;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clear() |
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clearColumnsToGet()
repeated string columns_to_get = 4;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clearEndColumn()
optional string end_column = 10;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clearFilter()
optional bytes filter = 8;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clearMaxVersions()
optional int32 max_versions = 6;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clearPrimaryKey()
repeated bytes primary_key = 2;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clearStartColumn()
optional string start_column = 9;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clearTableName()
required string table_name = 1;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clearTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.clearToken()
repeated bytes token = 3;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.getTablesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.mergeFrom(OtsInternalApi.TableInBatchGetRowRequest other) |
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.mergeTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;
|
static OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.newBuilder() |
static OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.newBuilder(OtsInternalApi.TableInBatchGetRowRequest prototype) |
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.newBuilderForType() |
protected OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setColumnsToGet(int index,
String value)
repeated string columns_to_get = 4;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setEndColumn(String value)
optional string end_column = 10;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setEndColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string end_column = 10;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setFilter(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes filter = 8;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setMaxVersions(int value)
optional int32 max_versions = 6;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setPrimaryKey(int index,
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated bytes primary_key = 2;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setStartColumn(String value)
optional string start_column = 9;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setStartColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string start_column = 9;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setTableName(String value)
required string table_name = 1;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setTimeRange(OtsInternalApi.TimeRange.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.Builder.setToken(int index,
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated bytes token = 3;
|
OtsInternalApi.TableInBatchGetRowRequest.Builder |
OtsInternalApi.TableInBatchGetRowRequest.toBuilder() |