OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.clear() |
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.clearCondition()
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.clearReturnContent()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.clearRow()
required bytes row = 2;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.clearTableName()
required string table_name = 1;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.clearTransactionId()
optional string transaction_id = 5;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.mergeCondition(OtsInternalApi.Condition value)
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.mergeFrom(OtsInternalApi.PutRowRequest other) |
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.mergeReturnContent(OtsInternalApi.ReturnContent value)
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
static OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.newBuilder() |
static OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.newBuilder(OtsInternalApi.PutRowRequest prototype) |
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.newBuilderForType() |
protected OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.setCondition(OtsInternalApi.Condition.Builder builderForValue)
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.setCondition(OtsInternalApi.Condition value)
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.setReturnContent(OtsInternalApi.ReturnContent.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.setReturnContent(OtsInternalApi.ReturnContent value)
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.setRow(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes row = 2;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.setTableName(String value)
required string table_name = 1;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.setTransactionId(String value)
optional string transaction_id = 5;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.Builder.setTransactionIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string transaction_id = 5;
|
OtsInternalApi.PutRowRequest.Builder |
OtsInternalApi.PutRowRequest.toBuilder() |