OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.addAllTables(Iterable<? extends OtsInternalApi.TableInBatchWriteRowRequest> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.addTables(int index,
OtsInternalApi.TableInBatchWriteRowRequest.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.addTables(int index,
OtsInternalApi.TableInBatchWriteRowRequest value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.addTables(OtsInternalApi.TableInBatchWriteRowRequest.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.addTables(OtsInternalApi.TableInBatchWriteRowRequest value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.clear() |
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.clearIsAtomic()
optional bool is_atomic = 3;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.clearTables()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.clearTransactionId()
optional string transaction_id = 2;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.mergeFrom(OtsInternalApi.BatchWriteRowRequest other) |
static OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.newBuilder() |
static OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.newBuilder(OtsInternalApi.BatchWriteRowRequest prototype) |
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.newBuilderForType() |
protected OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.removeTables(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.setIsAtomic(boolean value)
optional bool is_atomic = 3;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.setTables(int index,
OtsInternalApi.TableInBatchWriteRowRequest.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.setTables(int index,
OtsInternalApi.TableInBatchWriteRowRequest value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchWriteRowRequest tables = 1;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.setTransactionId(String value)
optional string transaction_id = 2;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.Builder.setTransactionIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string transaction_id = 2;
|
OtsInternalApi.BatchWriteRowRequest.Builder |
OtsInternalApi.BatchWriteRowRequest.toBuilder() |