OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.addAllReturnColumnNames(Iterable<String> values)
repeated string return_column_names = 2;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.addReturnColumnNames(String value)
repeated string return_column_names = 2;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.addReturnColumnNamesBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string return_column_names = 2;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.clear() |
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.clearReturnColumnNames()
repeated string return_column_names = 2;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.clearReturnType()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnType return_type = 1;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.UpdateRowRequest.Builder.getReturnContentBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.PutRowRequest.Builder.getReturnContentBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.DeleteRowRequest.Builder.getReturnContentBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.RowInBatchWriteRowRequest.Builder.getReturnContentBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.mergeFrom(OtsInternalApi.ReturnContent other) |
static OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.newBuilder() |
static OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.newBuilder(OtsInternalApi.ReturnContent prototype) |
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.newBuilderForType() |
protected OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.setReturnColumnNames(int index,
String value)
repeated string return_column_names = 2;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.Builder.setReturnType(OtsInternalApi.ReturnType value)
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnType return_type = 1;
|
OtsInternalApi.ReturnContent.Builder |
OtsInternalApi.ReturnContent.toBuilder() |