OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.clear() |
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.clearCapacityUnit()
required .com.alicloud.openservices.tablestore.core.protocol.CapacityUnit capacity_unit = 1;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.clearLastDecreaseTime()
optional int64 last_decrease_time = 3;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.clearLastIncreaseTime()
required int64 last_increase_time = 2;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.UpdateTableResponse.Builder.getReservedThroughputDetailsBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughputDetails reserved_throughput_details = 1;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.DescribeTableResponse.Builder.getReservedThroughputDetailsBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughputDetails reserved_throughput_details = 2;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.mergeCapacityUnit(OtsInternalApi.CapacityUnit value)
required .com.alicloud.openservices.tablestore.core.protocol.CapacityUnit capacity_unit = 1;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.mergeFrom(OtsInternalApi.ReservedThroughputDetails other) |
static OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.newBuilder() |
static OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.newBuilder(OtsInternalApi.ReservedThroughputDetails prototype) |
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.newBuilderForType() |
protected OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.setCapacityUnit(OtsInternalApi.CapacityUnit.Builder builderForValue)
required .com.alicloud.openservices.tablestore.core.protocol.CapacityUnit capacity_unit = 1;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.setCapacityUnit(OtsInternalApi.CapacityUnit value)
required .com.alicloud.openservices.tablestore.core.protocol.CapacityUnit capacity_unit = 1;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.setLastDecreaseTime(long value)
optional int64 last_decrease_time = 3;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.Builder.setLastIncreaseTime(long value)
required int64 last_increase_time = 2;
|
OtsInternalApi.ReservedThroughputDetails.Builder |
OtsInternalApi.ReservedThroughputDetails.toBuilder() |