OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.addAllTables(Iterable<? extends OtsInternalApi.TableInBatchGetRowRequest> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.addTables(int index,
OtsInternalApi.TableInBatchGetRowRequest.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.addTables(int index,
OtsInternalApi.TableInBatchGetRowRequest value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.addTables(OtsInternalApi.TableInBatchGetRowRequest.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.addTables(OtsInternalApi.TableInBatchGetRowRequest value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.clear() |
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.clearTables()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.mergeFrom(OtsInternalApi.BatchGetRowRequest other) |
static OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.newBuilder() |
static OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.newBuilder(OtsInternalApi.BatchGetRowRequest prototype) |
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.newBuilderForType() |
protected OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.removeTables(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.setTables(int index,
OtsInternalApi.TableInBatchGetRowRequest.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.Builder.setTables(int index,
OtsInternalApi.TableInBatchGetRowRequest value)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest tables = 1;
|
OtsInternalApi.BatchGetRowRequest.Builder |
OtsInternalApi.BatchGetRowRequest.toBuilder() |