OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.BulkImportRequest.Builder.addRowsBuilder()
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBulkImportRequest rows = 2;
|
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.BulkImportRequest.Builder.addRowsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBulkImportRequest rows = 2;
|
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.Builder.clear() |
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.Builder.clearRowChange()
required bytes row_change = 2;
|
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.Builder.clearType()
required .com.alicloud.openservices.tablestore.core.protocol.OperationType type = 1;
|
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.BulkImportRequest.Builder.getRowsBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.RowInBulkImportRequest rows = 2;
|
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.Builder.mergeFrom(OtsInternalApi.RowInBulkImportRequest other) |
static OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.newBuilder() |
static OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.newBuilder(OtsInternalApi.RowInBulkImportRequest prototype) |
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.newBuilderForType() |
protected OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.Builder.setRowChange(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes row_change = 2;
|
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.Builder.setType(OtsInternalApi.OperationType value)
required .com.alicloud.openservices.tablestore.core.protocol.OperationType type = 1;
|
OtsInternalApi.RowInBulkImportRequest.Builder |
OtsInternalApi.RowInBulkImportRequest.toBuilder() |