public static final class OtsInternalApi.BulkExportRequest extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements OtsInternalApi.BulkExportRequestOrBuilder
com.alicloud.openservices.tablestore.core.protocol.BulkExportRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
OtsInternalApi.BulkExportRequest.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.BulkExportRequest |
com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.aliyun.ots.thirdparty.com.google.protobuf.Message,T>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COLUMNS_TO_GET_FIELD_NUMBER |
static int |
DATA_BLOCK_TYPE_HINT_FIELD_NUMBER |
static int |
EXCLUSIVE_END_PRIMARY_KEY_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
INCLUSIVE_START_PRIMARY_KEY_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getColumnsToGet(int index)
repeated string columns_to_get = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnsToGetBytes(int index)
repeated string columns_to_get = 2; |
int |
getColumnsToGetCount()
repeated string columns_to_get = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList |
getColumnsToGetList()
repeated string columns_to_get = 2; |
OtsInternalApi.DataBlockType |
getDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX]; |
static OtsInternalApi.BulkExportRequest |
getDefaultInstance() |
OtsInternalApi.BulkExportRequest |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFilter()
optional bytes filter = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.BulkExportRequest> |
getParserForType() |
int |
getSerializedSize() |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
boolean |
hasDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX]; |
boolean |
hasExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 4; |
boolean |
hasFilter()
optional bytes filter = 5; |
int |
hashCode() |
boolean |
hasInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 3; |
boolean |
hasTableName()
required string table_name = 1; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OtsInternalApi.BulkExportRequest.Builder |
newBuilder() |
static OtsInternalApi.BulkExportRequest.Builder |
newBuilder(OtsInternalApi.BulkExportRequest prototype) |
OtsInternalApi.BulkExportRequest.Builder |
newBuilderForType() |
protected OtsInternalApi.BulkExportRequest.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static OtsInternalApi.BulkExportRequest |
parseDelimitedFrom(InputStream input) |
static OtsInternalApi.BulkExportRequest |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.BulkExportRequest |
parseFrom(byte[] data) |
static OtsInternalApi.BulkExportRequest |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.BulkExportRequest |
parseFrom(ByteBuffer data) |
static OtsInternalApi.BulkExportRequest |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.BulkExportRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static OtsInternalApi.BulkExportRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.BulkExportRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static OtsInternalApi.BulkExportRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.BulkExportRequest |
parseFrom(InputStream input) |
static OtsInternalApi.BulkExportRequest |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.BulkExportRequest> |
parser() |
OtsInternalApi.BulkExportRequest.Builder |
toBuilder() |
void |
writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TABLE_NAME_FIELD_NUMBER
public static final int COLUMNS_TO_GET_FIELD_NUMBER
public static final int INCLUSIVE_START_PRIMARY_KEY_FIELD_NUMBER
public static final int EXCLUSIVE_END_PRIMARY_KEY_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int DATA_BLOCK_TYPE_HINT_FIELD_NUMBER
public static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean hasTableName()
required string table_name = 1;hasTableName 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic String getTableName()
required string table_name = 1;getTableName 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;getTableNameBytes 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getColumnsToGetList()
repeated string columns_to_get = 2;getColumnsToGetList 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic int getColumnsToGetCount()
repeated string columns_to_get = 2;getColumnsToGetCount 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic String getColumnsToGet(int index)
repeated string columns_to_get = 2;getColumnsToGet 在接口中 OtsInternalApi.BulkExportRequestOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnsToGetBytes(int index)
repeated string columns_to_get = 2;getColumnsToGetBytes 在接口中 OtsInternalApi.BulkExportRequestOrBuilderindex - The index of the value to return.public boolean hasInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 3;hasInclusiveStartPrimaryKey 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 3;getInclusiveStartPrimaryKey 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic boolean hasExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 4;hasExclusiveEndPrimaryKey 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 4;getExclusiveEndPrimaryKey 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic boolean hasFilter()
optional bytes filter = 5;hasFilter 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFilter()
optional bytes filter = 5;getFilter 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic boolean hasDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX];hasDataBlockTypeHint 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic OtsInternalApi.DataBlockType getDataBlockTypeHint()
optional .com.alicloud.openservices.tablestore.core.protocol.DataBlockType data_block_type_hint = 6 [default = DBT_SIMPLE_ROW_MATRIX];getDataBlockTypeHint 在接口中 OtsInternalApi.BulkExportRequestOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic void writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean equals(Object obj)
equals 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Messageequals 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagehashCode 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static OtsInternalApi.BulkExportRequest parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.BulkExportRequest parseFrom(ByteBuffer data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.BulkExportRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.BulkExportRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.BulkExportRequest parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.BulkExportRequest parseFrom(byte[] data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.BulkExportRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.BulkExportRequest parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsInternalApi.BulkExportRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.BulkExportRequest parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsInternalApi.BulkExportRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.BulkExportRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OtsInternalApi.BulkExportRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static OtsInternalApi.BulkExportRequest.Builder newBuilder()
public static OtsInternalApi.BulkExportRequest.Builder newBuilder(OtsInternalApi.BulkExportRequest prototype)
public OtsInternalApi.BulkExportRequest.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected OtsInternalApi.BulkExportRequest.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static OtsInternalApi.BulkExportRequest getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.BulkExportRequest> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.BulkExportRequest> getParserForType()
getParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic OtsInternalApi.BulkExportRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.