public static final class OtsInternalApi.GetRowRequest.Builder extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.GetRowRequest.Builder> implements OtsInternalApi.GetRowRequestOrBuilder
com.alicloud.openservices.tablestore.core.protocol.GetRowRequest| 限定符和类型 | 方法和说明 |
|---|---|
OtsInternalApi.GetRowRequest.Builder |
addAllColumnsToGet(Iterable<String> values)
repeated string columns_to_get = 3; |
OtsInternalApi.GetRowRequest.Builder |
addColumnsToGet(String value)
repeated string columns_to_get = 3; |
OtsInternalApi.GetRowRequest.Builder |
addColumnsToGetBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
repeated string columns_to_get = 3; |
OtsInternalApi.GetRowRequest |
build() |
OtsInternalApi.GetRowRequest |
buildPartial() |
OtsInternalApi.GetRowRequest.Builder |
clear() |
OtsInternalApi.GetRowRequest.Builder |
clearColumnsToGet()
repeated string columns_to_get = 3; |
OtsInternalApi.GetRowRequest.Builder |
clearEndColumn()
optional string end_column = 9; |
OtsInternalApi.GetRowRequest.Builder |
clearFilter()
optional bytes filter = 7; |
OtsInternalApi.GetRowRequest.Builder |
clearMaxVersions()
optional int32 max_versions = 5; |
OtsInternalApi.GetRowRequest.Builder |
clearPrimaryKey()
required bytes primary_key = 2; |
OtsInternalApi.GetRowRequest.Builder |
clearStartColumn()
optional string start_column = 8; |
OtsInternalApi.GetRowRequest.Builder |
clearTableName()
required string table_name = 1; |
OtsInternalApi.GetRowRequest.Builder |
clearTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.GetRowRequest.Builder |
clearToken()
optional bytes token = 10; |
OtsInternalApi.GetRowRequest.Builder |
clearTransactionId()
optional string transaction_id = 11; |
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.GetRowRequest |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getEndColumn()
optional string end_column = 9; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getEndColumnBytes()
optional string end_column = 9; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFilter()
optional bytes filter = 7; |
int |
getMaxVersions()
optional int32 max_versions = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getPrimaryKey()
required bytes primary_key = 2; |
String |
getStartColumn()
optional string start_column = 8; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStartColumnBytes()
optional string start_column = 8; |
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 = 10; |
String |
getTransactionId()
optional string transaction_id = 11; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTransactionIdBytes()
optional string transaction_id = 11; |
boolean |
hasEndColumn()
optional string end_column = 9; |
boolean |
hasFilter()
optional bytes filter = 7; |
boolean |
hasMaxVersions()
optional int32 max_versions = 5; |
boolean |
hasPrimaryKey()
required bytes primary_key = 2; |
boolean |
hasStartColumn()
optional string start_column = 8; |
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 = 10; |
boolean |
hasTransactionId()
optional string transaction_id = 11; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OtsInternalApi.GetRowRequest.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OtsInternalApi.GetRowRequest.Builder |
mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
OtsInternalApi.GetRowRequest.Builder |
mergeFrom(OtsInternalApi.GetRowRequest other) |
OtsInternalApi.GetRowRequest.Builder |
mergeTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.GetRowRequest.Builder |
setColumnsToGet(int index,
String value)
repeated string columns_to_get = 3; |
OtsInternalApi.GetRowRequest.Builder |
setEndColumn(String value)
optional string end_column = 9; |
OtsInternalApi.GetRowRequest.Builder |
setEndColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string end_column = 9; |
OtsInternalApi.GetRowRequest.Builder |
setFilter(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes filter = 7; |
OtsInternalApi.GetRowRequest.Builder |
setMaxVersions(int value)
optional int32 max_versions = 5; |
OtsInternalApi.GetRowRequest.Builder |
setPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes primary_key = 2; |
OtsInternalApi.GetRowRequest.Builder |
setStartColumn(String value)
optional string start_column = 8; |
OtsInternalApi.GetRowRequest.Builder |
setStartColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string start_column = 8; |
OtsInternalApi.GetRowRequest.Builder |
setTableName(String value)
required string table_name = 1; |
OtsInternalApi.GetRowRequest.Builder |
setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required string table_name = 1; |
OtsInternalApi.GetRowRequest.Builder |
setTimeRange(OtsInternalApi.TimeRange.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.GetRowRequest.Builder |
setTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4; |
OtsInternalApi.GetRowRequest.Builder |
setToken(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes token = 10; |
OtsInternalApi.GetRowRequest.Builder |
setTransactionId(String value)
optional string transaction_id = 11; |
OtsInternalApi.GetRowRequest.Builder |
setTransactionIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string transaction_id = 11; |
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.GetRowRequest.Builder>public OtsInternalApi.GetRowRequest.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.GetRowRequest.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.GetRowRequest.Builder>public OtsInternalApi.GetRowRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderpublic OtsInternalApi.GetRowRequest build()
build 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.GetRowRequest buildPartial()
buildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLite.Builderpublic OtsInternalApi.GetRowRequest.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.GetRowRequest.Builder>public OtsInternalApi.GetRowRequest.Builder mergeFrom(OtsInternalApi.GetRowRequest other)
public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.Builder<OtsInternalApi.GetRowRequest.Builder>public OtsInternalApi.GetRowRequest.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.GetRowRequest.Builder>IOExceptionpublic boolean hasTableName()
required string table_name = 1;hasTableName 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic String getTableName()
required string table_name = 1;getTableName 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;getTableNameBytes 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic OtsInternalApi.GetRowRequest.Builder setTableName(String value)
required string table_name = 1;value - The tableName to set.public OtsInternalApi.GetRowRequest.Builder clearTableName()
required string table_name = 1;public OtsInternalApi.GetRowRequest.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 hasPrimaryKey()
required bytes primary_key = 2;hasPrimaryKey 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getPrimaryKey()
required bytes primary_key = 2;getPrimaryKey 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic OtsInternalApi.GetRowRequest.Builder setPrimaryKey(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
required bytes primary_key = 2;value - The primaryKey to set.public OtsInternalApi.GetRowRequest.Builder clearPrimaryKey()
required bytes primary_key = 2;public com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getColumnsToGetList()
repeated string columns_to_get = 3;getColumnsToGetList 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic int getColumnsToGetCount()
repeated string columns_to_get = 3;getColumnsToGetCount 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic String getColumnsToGet(int index)
repeated string columns_to_get = 3;getColumnsToGet 在接口中 OtsInternalApi.GetRowRequestOrBuilderindex - 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.GetRowRequestOrBuilderindex - The index of the value to return.public OtsInternalApi.GetRowRequest.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.GetRowRequest.Builder addColumnsToGet(String value)
repeated string columns_to_get = 3;value - The columnsToGet to add.public OtsInternalApi.GetRowRequest.Builder addAllColumnsToGet(Iterable<String> values)
repeated string columns_to_get = 3;values - The columnsToGet to add.public OtsInternalApi.GetRowRequest.Builder clearColumnsToGet()
repeated string columns_to_get = 3;public OtsInternalApi.GetRowRequest.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.GetRowRequestOrBuilderpublic OtsInternalApi.TimeRange getTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;getTimeRange 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic OtsInternalApi.GetRowRequest.Builder setTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;public OtsInternalApi.GetRowRequest.Builder setTimeRange(OtsInternalApi.TimeRange.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;public OtsInternalApi.GetRowRequest.Builder mergeTimeRange(OtsInternalApi.TimeRange value)
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 4;public OtsInternalApi.GetRowRequest.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.GetRowRequestOrBuilderpublic int getMaxVersions()
optional int32 max_versions = 5;getMaxVersions 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic OtsInternalApi.GetRowRequest.Builder setMaxVersions(int value)
optional int32 max_versions = 5;value - The maxVersions to set.public OtsInternalApi.GetRowRequest.Builder clearMaxVersions()
optional int32 max_versions = 5;public boolean hasFilter()
optional bytes filter = 7;hasFilter 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFilter()
optional bytes filter = 7;getFilter 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic OtsInternalApi.GetRowRequest.Builder setFilter(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes filter = 7;value - The filter to set.public OtsInternalApi.GetRowRequest.Builder clearFilter()
optional bytes filter = 7;public boolean hasStartColumn()
optional string start_column = 8;hasStartColumn 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic String getStartColumn()
optional string start_column = 8;getStartColumn 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStartColumnBytes()
optional string start_column = 8;getStartColumnBytes 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic OtsInternalApi.GetRowRequest.Builder setStartColumn(String value)
optional string start_column = 8;value - The startColumn to set.public OtsInternalApi.GetRowRequest.Builder clearStartColumn()
optional string start_column = 8;public OtsInternalApi.GetRowRequest.Builder setStartColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string start_column = 8;value - The bytes for startColumn to set.public boolean hasEndColumn()
optional string end_column = 9;hasEndColumn 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic String getEndColumn()
optional string end_column = 9;getEndColumn 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getEndColumnBytes()
optional string end_column = 9;getEndColumnBytes 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic OtsInternalApi.GetRowRequest.Builder setEndColumn(String value)
optional string end_column = 9;value - The endColumn to set.public OtsInternalApi.GetRowRequest.Builder clearEndColumn()
optional string end_column = 9;public OtsInternalApi.GetRowRequest.Builder setEndColumnBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string end_column = 9;value - The bytes for endColumn to set.public boolean hasToken()
optional bytes token = 10;hasToken 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getToken()
optional bytes token = 10;getToken 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic OtsInternalApi.GetRowRequest.Builder setToken(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes token = 10;value - The token to set.public OtsInternalApi.GetRowRequest.Builder clearToken()
optional bytes token = 10;public boolean hasTransactionId()
optional string transaction_id = 11;hasTransactionId 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic String getTransactionId()
optional string transaction_id = 11;getTransactionId 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTransactionIdBytes()
optional string transaction_id = 11;getTransactionIdBytes 在接口中 OtsInternalApi.GetRowRequestOrBuilderpublic OtsInternalApi.GetRowRequest.Builder setTransactionId(String value)
optional string transaction_id = 11;value - The transactionId to set.public OtsInternalApi.GetRowRequest.Builder clearTransactionId()
optional string transaction_id = 11;public OtsInternalApi.GetRowRequest.Builder setTransactionIdBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string transaction_id = 11;value - The bytes for transactionId to set.Copyright © 2025. All Rights Reserved.