OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.clear() |
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.clearReservedThroughput()
optional .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.clearStreamSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 4;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.clearTableName()
required string table_name = 1;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.clearTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.mergeFrom(OtsInternalApi.UpdateTableRequest other) |
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.mergeReservedThroughput(OtsInternalApi.ReservedThroughput value)
optional .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.mergeStreamSpec(OtsInternalApi.StreamSpecification value)
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 4;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.mergeTableOptions(OtsInternalApi.TableOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;
|
static OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.newBuilder() |
static OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.newBuilder(OtsInternalApi.UpdateTableRequest prototype) |
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.newBuilderForType() |
protected OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.setReservedThroughput(OtsInternalApi.ReservedThroughput.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.setReservedThroughput(OtsInternalApi.ReservedThroughput value)
optional .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.setStreamSpec(OtsInternalApi.StreamSpecification.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 4;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.setStreamSpec(OtsInternalApi.StreamSpecification value)
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 4;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.setTableName(String value)
required string table_name = 1;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.setTableOptions(OtsInternalApi.TableOptions.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.Builder.setTableOptions(OtsInternalApi.TableOptions value)
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;
|
OtsInternalApi.UpdateTableRequest.Builder |
OtsInternalApi.UpdateTableRequest.toBuilder() |