OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.TableInBatchWriteRowResponse.Builder.addRowsBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowResponse rows = 2;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.TableInBatchWriteRowResponse.Builder.addRowsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowResponse rows = 2;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.clear() |
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.clearConsumed()
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.clearError()
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.clearIsOk()
required bool is_ok = 1;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.clearRow()
optional bytes row = 4;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.TableInBatchWriteRowResponse.Builder.getRowsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchWriteRowResponse rows = 2;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.mergeConsumed(OtsInternalApi.ConsumedCapacity value)
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.mergeError(OtsInternalApi.Error value)
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.mergeFrom(OtsInternalApi.RowInBatchWriteRowResponse other) |
static OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.newBuilder() |
static OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.newBuilder(OtsInternalApi.RowInBatchWriteRowResponse prototype) |
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.newBuilderForType() |
protected OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.setConsumed(OtsInternalApi.ConsumedCapacity.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.setConsumed(OtsInternalApi.ConsumedCapacity value)
optional .com.alicloud.openservices.tablestore.core.protocol.ConsumedCapacity consumed = 3;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.setError(OtsInternalApi.Error.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.setError(OtsInternalApi.Error value)
optional .com.alicloud.openservices.tablestore.core.protocol.Error error = 2;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.setIsOk(boolean value)
required bool is_ok = 1;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.Builder.setRow(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes row = 4;
|
OtsInternalApi.RowInBatchWriteRowResponse.Builder |
OtsInternalApi.RowInBatchWriteRowResponse.toBuilder() |