OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.addRowsBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.addRowsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.clear() |
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.clearCondition()
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.clearReturnContent()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.clearRowChange()
required bytes row_change = 2;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.clearType()
required .com.alicloud.openservices.tablestore.core.protocol.OperationType type = 1;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.TableInBatchWriteRowRequest.Builder.getRowsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowRequest rows = 2;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.mergeCondition(OtsInternalApi.Condition value)
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.mergeFrom(OtsInternalApi.RowInBatchWriteRowRequest other) |
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.mergeReturnContent(OtsInternalApi.ReturnContent value)
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
static OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.newBuilder() |
static OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.newBuilder(OtsInternalApi.RowInBatchWriteRowRequest prototype) |
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.newBuilderForType() |
protected OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.setCondition(OtsInternalApi.Condition.Builder builderForValue)
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.setCondition(OtsInternalApi.Condition value)
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.setReturnContent(OtsInternalApi.ReturnContent.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.setReturnContent(OtsInternalApi.ReturnContent value)
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.setRowChange(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes row_change = 2;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.setType(OtsInternalApi.OperationType value)
required .com.alicloud.openservices.tablestore.core.protocol.OperationType type = 1;
|
OtsInternalApi.RowInBatchWriteRowRequest.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.toBuilder() |