OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.addAllRows(Iterable<? extends OtsInternalApi.RowInBatchGetRowResponse> values)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchGetRowResponse rows = 2;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.addRows(int index,
OtsInternalApi.RowInBatchGetRowResponse.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchGetRowResponse rows = 2;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.addRows(int index,
OtsInternalApi.RowInBatchGetRowResponse value)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchGetRowResponse rows = 2;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.addRows(OtsInternalApi.RowInBatchGetRowResponse.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchGetRowResponse rows = 2;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.addRows(OtsInternalApi.RowInBatchGetRowResponse value)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchGetRowResponse rows = 2;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.BatchGetRowResponse.Builder.addTablesBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowResponse tables = 1;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.BatchGetRowResponse.Builder.addTablesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowResponse tables = 1;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.clear() |
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.clearRows()
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchGetRowResponse rows = 2;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.clearTableName()
required string table_name = 1;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.BatchGetRowResponse.Builder.getTablesBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowResponse tables = 1;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.mergeFrom(OtsInternalApi.TableInBatchGetRowResponse other) |
static OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.newBuilder() |
static OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.newBuilder(OtsInternalApi.TableInBatchGetRowResponse prototype) |
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.newBuilderForType() |
protected OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.removeRows(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchGetRowResponse rows = 2;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.setRows(int index,
OtsInternalApi.RowInBatchGetRowResponse.Builder builderForValue)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchGetRowResponse rows = 2;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.setRows(int index,
OtsInternalApi.RowInBatchGetRowResponse value)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBatchGetRowResponse rows = 2;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.setTableName(String value)
required string table_name = 1;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.Builder.setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1;
|
OtsInternalApi.TableInBatchGetRowResponse.Builder |
OtsInternalApi.TableInBatchGetRowResponse.toBuilder() |