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