public static final class OtsInternalApi.GetRangeRequest.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.GetRangeRequest.Builder> implements OtsInternalApi.GetRangeRequestOrBuilder
com.alicloud.openservices.tablestore.core.protocol.GetRangeRequest| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.GetRangeRequest.Builder |
addAllColumnsToGet(Iterable<String> values)
repeated string columns_to_get = 3; |
OtsInternalApi.GetRangeRequest.Builder |
addColumnsToGet(String value)
repeated string columns_to_get = 3; |
OtsInternalApi.GetRangeRequest.Builder |
addColumnsToGetBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string columns_to_get = 3; |
OtsInternalApi.GetRangeRequest |
build() |
OtsInternalApi.GetRangeRequest |
buildPartial() |
OtsInternalApi.GetRangeRequest.Builder |
clear() |
OtsInternalApi.GetRangeRequest.Builder |
clearColumnsToGet()
repeated string columns_to_get = 3; |
OtsInternalApi.GetRangeRequest.Builder |
clearDirection()
required .com.alicloud.openservices.tablestore.core.protocol.Direction direction = 2; |
OtsInternalApi.GetRangeRequest.Builder |
clearEndColumn()
optional string end_column = 12; |
OtsInternalApi.GetRangeRequest.Builder |
clearExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 8; |
OtsInternalApi.GetRangeRequest.Builder |
clearFilter()
optional bytes filter = 10; |
OtsInternalApi.GetRangeRequest.Builder |
clearInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 7; |
OtsInternalApi.GetRangeRequest.Builder |
clearLimit()
optional int32 limit = 6; |
OtsInternalApi.GetRangeRequest.Builder |
clearMaxVersions()
optional int32 max_versions = 5; |
OtsInternalApi.GetRangeRequest.Builder |
clearStartColumn()
optional string start_column = 11; |
OtsInternalApi.GetRangeRequest.Builder |
clearTableName()
required string table_name = 1; |
OtsInternalApi.GetRangeRequest.Builder |
clearTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.GetRangeRequest.Builder |
clearToken()
optional bytes token = 13; |
OtsInternalApi.GetRangeRequest.Builder |
clearTransactionId()
optional string transaction_id = 14; |
String |
getColumnsToGet(int index)
repeated string columns_to_get = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnsToGetBytes(int index)
repeated string columns_to_get = 3; |
int |
getColumnsToGetCount()
repeated string columns_to_get = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList |
getColumnsToGetList()
repeated string columns_to_get = 3; |
OtsInternalApi.GetRangeRequest |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
OtsInternalApi.Direction |
getDirection()
required .com.alicloud.openservices.tablestore.core.protocol.Direction direction = 2; |
String |
getEndColumn()
optional string end_column = 12; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getEndColumnBytes()
optional string end_column = 12; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 8; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFilter()
optional bytes filter = 10; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 7; |
int |
getLimit()
optional int32 limit = 6; |
int |
getMaxVersions()
optional int32 max_versions = 5; |
String |
getStartColumn()
optional string start_column = 11; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStartColumnBytes()
optional string start_column = 11; |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
OtsInternalApi.TimeRange |
getTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.TimeRange.Builder |
getTimeRangeBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getToken()
optional bytes token = 13; |
String |
getTransactionId()
optional string transaction_id = 14; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTransactionIdBytes()
optional string transaction_id = 14; |
boolean |
hasDirection()
required .com.alicloud.openservices.tablestore.core.protocol.Direction direction = 2; |
boolean |
hasEndColumn()
optional string end_column = 12; |
boolean |
hasExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 8; |
boolean |
hasFilter()
optional bytes filter = 10; |
boolean |
hasInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 7; |
boolean |
hasLimit()
optional int32 limit = 6; |
boolean |
hasMaxVersions()
optional int32 max_versions = 5; |
boolean |
hasStartColumn()
optional string start_column = 11; |
boolean |
hasTableName()
required string table_name = 1; |
boolean |
hasTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
boolean |
hasToken()
optional bytes token = 13; |
boolean |
hasTransactionId()
optional string transaction_id = 14; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OtsInternalApi.GetRangeRequest.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.GetRangeRequest.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.GetRangeRequest.Builder |
mergeFrom(OtsInternalApi.GetRangeRequest other) |
OtsInternalApi.GetRangeRequest.Builder |
mergeTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.GetRangeRequest.Builder |
setColumnsToGet(int index,
String value)
repeated string columns_to_get = 3; |
OtsInternalApi.GetRangeRequest.Builder |
setDirection(OtsInternalApi.Direction value)
required .com.alicloud.openservices.tablestore.core.protocol.Direction direction = 2; |
OtsInternalApi.GetRangeRequest.Builder |
setEndColumn(String value)
optional string end_column = 12; |
OtsInternalApi.GetRangeRequest.Builder |
setEndColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string end_column = 12; |
OtsInternalApi.GetRangeRequest.Builder |
setExclusiveEndPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes exclusive_end_primary_key = 8; |
OtsInternalApi.GetRangeRequest.Builder |
setFilter(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes filter = 10; |
OtsInternalApi.GetRangeRequest.Builder |
setInclusiveStartPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes inclusive_start_primary_key = 7; |
OtsInternalApi.GetRangeRequest.Builder |
setLimit(int value)
optional int32 limit = 6; |
OtsInternalApi.GetRangeRequest.Builder |
setMaxVersions(int value)
optional int32 max_versions = 5; |
OtsInternalApi.GetRangeRequest.Builder |
setStartColumn(String value)
optional string start_column = 11; |
OtsInternalApi.GetRangeRequest.Builder |
setStartColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string start_column = 11; |
OtsInternalApi.GetRangeRequest.Builder |
setTableName(String value)
required string table_name = 1; |
OtsInternalApi.GetRangeRequest.Builder |
setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1; |
OtsInternalApi.GetRangeRequest.Builder |
setTimeRange(OtsInternalApi.TimeRange.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.GetRangeRequest.Builder |
setTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.GetRangeRequest.Builder |
setToken(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes token = 13; |
OtsInternalApi.GetRangeRequest.Builder |
setTransactionId(String value)
optional string transaction_id = 14; |
OtsInternalApi.GetRangeRequest.Builder |
setTransactionIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string transaction_id = 14; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionpublic 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.GeneratedMessage.Builder<OtsInternalApi.GetRangeRequest.Builder>public OtsInternalApi.GetRangeRequest.Builder clear()
clear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.GetRangeRequest.Builder>public com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.GetRangeRequest.Builder>public OtsInternalApi.GetRangeRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic OtsInternalApi.GetRangeRequest build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.GetRangeRequest buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.GetRangeRequest.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<OtsInternalApi.GetRangeRequest.Builder>public OtsInternalApi.GetRangeRequest.Builder mergeFrom(OtsInternalApi.GetRangeRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.GetRangeRequest.Builder>public OtsInternalApi.GetRangeRequest.Builder mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.Builder<OtsInternalApi.GetRangeRequest.Builder>IOExceptionpublic boolean hasTableName()
required string table_name = 1;hasTableName 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic String getTableName()
required string table_name = 1;getTableName 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;getTableNameBytes 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setTableName(String value)
required string table_name = 1;value - The tableName to set.public OtsInternalApi.GetRangeRequest.Builder clearTableName()
required string table_name = 1;public OtsInternalApi.GetRangeRequest.Builder setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1;value - The bytes for tableName to set.public boolean hasDirection()
required .com.alicloud.openservices.tablestore.core.protocol.Direction direction = 2;hasDirection 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.Direction getDirection()
required .com.alicloud.openservices.tablestore.core.protocol.Direction direction = 2;getDirection 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setDirection(OtsInternalApi.Direction value)
required .com.alicloud.openservices.tablestore.core.protocol.Direction direction = 2;value - The direction to set.public OtsInternalApi.GetRangeRequest.Builder clearDirection()
required .com.alicloud.openservices.tablestore.core.protocol.Direction direction = 2;public com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getColumnsToGetList()
repeated string columns_to_get = 3;getColumnsToGetList 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic int getColumnsToGetCount()
repeated string columns_to_get = 3;getColumnsToGetCount 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic String getColumnsToGet(int index)
repeated string columns_to_get = 3;getColumnsToGet 在接口中 OtsInternalApi.GetRangeRequestOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnsToGetBytes(int index)
repeated string columns_to_get = 3;getColumnsToGetBytes 在接口中 OtsInternalApi.GetRangeRequestOrBuilderindex - The index of the value to return.public OtsInternalApi.GetRangeRequest.Builder setColumnsToGet(int index, String value)
repeated string columns_to_get = 3;index - The index to set the value at.value - The columnsToGet to set.public OtsInternalApi.GetRangeRequest.Builder addColumnsToGet(String value)
repeated string columns_to_get = 3;value - The columnsToGet to add.public OtsInternalApi.GetRangeRequest.Builder addAllColumnsToGet(Iterable<String> values)
repeated string columns_to_get = 3;values - The columnsToGet to add.public OtsInternalApi.GetRangeRequest.Builder clearColumnsToGet()
repeated string columns_to_get = 3;public OtsInternalApi.GetRangeRequest.Builder addColumnsToGetBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string columns_to_get = 3;value - The bytes of the columnsToGet to add.public boolean hasTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;hasTimeRange 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.TimeRange getTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;getTimeRange 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;public OtsInternalApi.GetRangeRequest.Builder setTimeRange(OtsInternalApi.TimeRange.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;public OtsInternalApi.GetRangeRequest.Builder mergeTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;public OtsInternalApi.GetRangeRequest.Builder clearTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;public OtsInternalApi.TimeRange.Builder getTimeRangeBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;public OtsInternalApi.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;public boolean hasMaxVersions()
optional int32 max_versions = 5;hasMaxVersions 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic int getMaxVersions()
optional int32 max_versions = 5;getMaxVersions 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setMaxVersions(int value)
optional int32 max_versions = 5;value - The maxVersions to set.public OtsInternalApi.GetRangeRequest.Builder clearMaxVersions()
optional int32 max_versions = 5;public boolean hasLimit()
optional int32 limit = 6;hasLimit 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic int getLimit()
optional int32 limit = 6;getLimit 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setLimit(int value)
optional int32 limit = 6;value - The limit to set.public OtsInternalApi.GetRangeRequest.Builder clearLimit()
optional int32 limit = 6;public boolean hasInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 7;hasInclusiveStartPrimaryKey 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 7;getInclusiveStartPrimaryKey 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setInclusiveStartPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes inclusive_start_primary_key = 7;value - The inclusiveStartPrimaryKey to set.public OtsInternalApi.GetRangeRequest.Builder clearInclusiveStartPrimaryKey()
required bytes inclusive_start_primary_key = 7;public boolean hasExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 8;hasExclusiveEndPrimaryKey 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 8;getExclusiveEndPrimaryKey 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setExclusiveEndPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes exclusive_end_primary_key = 8;value - The exclusiveEndPrimaryKey to set.public OtsInternalApi.GetRangeRequest.Builder clearExclusiveEndPrimaryKey()
required bytes exclusive_end_primary_key = 8;public boolean hasFilter()
optional bytes filter = 10;hasFilter 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFilter()
optional bytes filter = 10;getFilter 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setFilter(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes filter = 10;value - The filter to set.public OtsInternalApi.GetRangeRequest.Builder clearFilter()
optional bytes filter = 10;public boolean hasStartColumn()
optional string start_column = 11;hasStartColumn 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic String getStartColumn()
optional string start_column = 11;getStartColumn 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStartColumnBytes()
optional string start_column = 11;getStartColumnBytes 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setStartColumn(String value)
optional string start_column = 11;value - The startColumn to set.public OtsInternalApi.GetRangeRequest.Builder clearStartColumn()
optional string start_column = 11;public OtsInternalApi.GetRangeRequest.Builder setStartColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string start_column = 11;value - The bytes for startColumn to set.public boolean hasEndColumn()
optional string end_column = 12;hasEndColumn 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic String getEndColumn()
optional string end_column = 12;getEndColumn 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getEndColumnBytes()
optional string end_column = 12;getEndColumnBytes 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setEndColumn(String value)
optional string end_column = 12;value - The endColumn to set.public OtsInternalApi.GetRangeRequest.Builder clearEndColumn()
optional string end_column = 12;public OtsInternalApi.GetRangeRequest.Builder setEndColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string end_column = 12;value - The bytes for endColumn to set.public boolean hasToken()
optional bytes token = 13;hasToken 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getToken()
optional bytes token = 13;getToken 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setToken(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes token = 13;value - The token to set.public OtsInternalApi.GetRangeRequest.Builder clearToken()
optional bytes token = 13;public boolean hasTransactionId()
optional string transaction_id = 14;hasTransactionId 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic String getTransactionId()
optional string transaction_id = 14;getTransactionId 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTransactionIdBytes()
optional string transaction_id = 14;getTransactionIdBytes 在接口中 OtsInternalApi.GetRangeRequestOrBuilderpublic OtsInternalApi.GetRangeRequest.Builder setTransactionId(String value)
optional string transaction_id = 14;value - The transactionId to set.public OtsInternalApi.GetRangeRequest.Builder clearTransactionId()
optional string transaction_id = 14;public OtsInternalApi.GetRangeRequest.Builder setTransactionIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string transaction_id = 14;value - The bytes for transactionId to set.Copyright © 2025. All Rights Reserved.