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