OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.addAllRows(Iterable<? extends OtsInternalApi.RowInBatchWriteRowRequest> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.addRows(int index,
OtsInternalApi.RowInBatchWriteRowRequest.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.addRows(int index,
OtsInternalApi.RowInBatchWriteRowRequest value)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.addRows(OtsInternalApi.RowInBatchWriteRowRequest.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.addRows(OtsInternalApi.RowInBatchWriteRowRequest value)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.addTablesBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.addTablesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.clear() |
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.clearRows()
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.clearTableName()
required string table_name = 1;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.getTablesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.mergeFrom(OtsInternalApi.TableInBatchWriteRowRequest other) |
static OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.newBuilder() |
static OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.newBuilder(OtsInternalApi.TableInBatchWriteRowRequest prototype) |
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.newBuilderForType() |
protected OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.removeRows(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.setRows(int index,
OtsInternalApi.RowInBatchWriteRowRequest.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.setRows(int index,
OtsInternalApi.RowInBatchWriteRowRequest value)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.setTableName(String value)
required string table_name = 1;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1;
|
OtsInternalApi.TableInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.toBuilder() |