OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.addAllColumnsToGet(Iterable<String> values)
repeated string columns_to_get = 2;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.addColumnsToGet(String value)
repeated string columns_to_get = 2;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.addColumnsToGetBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string columns_to_get = 2;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.clear() |
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.clearColumnsToGet()
repeated string columns_to_get = 2;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.clearDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX];
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.clearExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 4;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.clearFilter()
optional bytes filter = 5;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.clearInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 3;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.clearTableName()
required string table_name = 1;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.mergeFrom(OtsInternalApi.BulkExportRequest other) |
static OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.newBuilder() |
static OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.newBuilder(OtsInternalApi.BulkExportRequest prototype) |
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.newBuilderForType() |
protected OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.setColumnsToGet(int index,
String value)
repeated string columns_to_get = 2;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.setDataBlockTypeHint(OtsInternalApi.DataBlockType value)
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX];
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.setExclusiveEndPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes exclusive_end_primary_key = 4;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.setFilter(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes filter = 5;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.setInclusiveStartPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes inclusive_start_primary_key = 3;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.setTableName(String value)
required string table_name = 1;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.Builder.setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1;
|
OtsInternalApi.BulkExportRequest.Builder |
OtsInternalApi.BulkExportRequest.toBuilder() |