public static final class OtsInternalApi.TableInBatchGetRowRequest extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements OtsInternalApi.TableInBatchGetRowRequestOrBuilder
com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
OtsInternalApi.TableInBatchGetRowRequest.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.TableInBatchGetRowRequest |
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 |
END_COLUMN_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
MAX_VERSIONS_FIELD_NUMBER |
static int |
PRIMARY_KEY_FIELD_NUMBER |
static int |
START_COLUMN_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
TIME_RANGE_FIELD_NUMBER |
static int |
TOKEN_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getColumnsToGet(int index)
repeated string columns_to_get = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnsToGetBytes(int index)
repeated string columns_to_get = 4; |
int |
getColumnsToGetCount()
repeated string columns_to_get = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList |
getColumnsToGetList()
repeated string columns_to_get = 4; |
static OtsInternalApi.TableInBatchGetRowRequest |
getDefaultInstance() |
OtsInternalApi.TableInBatchGetRowRequest |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getEndColumn()
optional string end_column = 10; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getEndColumnBytes()
optional string end_column = 10; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getFilter()
optional bytes filter = 8; |
int |
getMaxVersions()
optional int32 max_versions = 6; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.TableInBatchGetRowRequest> |
getParserForType() |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getPrimaryKey(int index)
repeated bytes primary_key = 2; |
int |
getPrimaryKeyCount()
repeated bytes primary_key = 2; |
List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> |
getPrimaryKeyList()
repeated bytes primary_key = 2; |
int |
getSerializedSize() |
String |
getStartColumn()
optional string start_column = 9; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStartColumnBytes()
optional string start_column = 9; |
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 = 5; |
OtsInternalApi.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getToken(int index)
repeated bytes token = 3; |
int |
getTokenCount()
repeated bytes token = 3; |
List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> |
getTokenList()
repeated bytes token = 3; |
boolean |
hasEndColumn()
optional string end_column = 10; |
boolean |
hasFilter()
optional bytes filter = 8; |
int |
hashCode() |
boolean |
hasMaxVersions()
optional int32 max_versions = 6; |
boolean |
hasStartColumn()
optional string start_column = 9; |
boolean |
hasTableName()
required string table_name = 1; |
boolean |
hasTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OtsInternalApi.TableInBatchGetRowRequest.Builder |
newBuilder() |
static OtsInternalApi.TableInBatchGetRowRequest.Builder |
newBuilder(OtsInternalApi.TableInBatchGetRowRequest prototype) |
OtsInternalApi.TableInBatchGetRowRequest.Builder |
newBuilderForType() |
protected OtsInternalApi.TableInBatchGetRowRequest.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseDelimitedFrom(InputStream input) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(byte[] data) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(ByteBuffer data) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(InputStream input) |
static OtsInternalApi.TableInBatchGetRowRequest |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.TableInBatchGetRowRequest> |
parser() |
OtsInternalApi.TableInBatchGetRowRequest.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 PRIMARY_KEY_FIELD_NUMBER
public static final int TOKEN_FIELD_NUMBER
public static final int COLUMNS_TO_GET_FIELD_NUMBER
public static final int TIME_RANGE_FIELD_NUMBER
public static final int MAX_VERSIONS_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int START_COLUMN_FIELD_NUMBER
public static final int END_COLUMN_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.TableInBatchGetRowRequestOrBuilderpublic String getTableName()
required string table_name = 1;getTableName 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;getTableNameBytes 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> getPrimaryKeyList()
repeated bytes primary_key = 2;getPrimaryKeyList 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic int getPrimaryKeyCount()
repeated bytes primary_key = 2;getPrimaryKeyCount 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getPrimaryKey(int index)
repeated bytes primary_key = 2;getPrimaryKey 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderindex - The index of the element to return.public List<com.aliyun.ots.thirdparty.com.google.protobuf.ByteString> getTokenList()
repeated bytes token = 3;getTokenList 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic int getTokenCount()
repeated bytes token = 3;getTokenCount 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getToken(int index)
repeated bytes token = 3;getToken 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getColumnsToGetList()
repeated string columns_to_get = 4;getColumnsToGetList 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic int getColumnsToGetCount()
repeated string columns_to_get = 4;getColumnsToGetCount 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic String getColumnsToGet(int index)
repeated string columns_to_get = 4;getColumnsToGet 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnsToGetBytes(int index)
repeated string columns_to_get = 4;getColumnsToGetBytes 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderindex - The index of the value to return.public boolean hasTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;hasTimeRange 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic OtsInternalApi.TimeRange getTimeRange()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;getTimeRange 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic OtsInternalApi.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TimeRange time_range = 5;public boolean hasMaxVersions()
optional int32 max_versions = 6;hasMaxVersions 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic int getMaxVersions()
optional int32 max_versions = 6;getMaxVersions 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic boolean hasFilter()
optional bytes filter = 8;hasFilter 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getFilter()
optional bytes filter = 8;getFilter 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic boolean hasStartColumn()
optional string start_column = 9;hasStartColumn 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic String getStartColumn()
optional string start_column = 9;getStartColumn 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStartColumnBytes()
optional string start_column = 9;getStartColumnBytes 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic boolean hasEndColumn()
optional string end_column = 10;hasEndColumn 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic String getEndColumn()
optional string end_column = 10;getEndColumn 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getEndColumnBytes()
optional string end_column = 10;getEndColumnBytes 在接口中 OtsInternalApi.TableInBatchGetRowRequestOrBuilderpublic 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.TableInBatchGetRowRequest parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.TableInBatchGetRowRequest 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.TableInBatchGetRowRequest 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.TableInBatchGetRowRequest 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.TableInBatchGetRowRequest parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.TableInBatchGetRowRequest 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.TableInBatchGetRowRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.TableInBatchGetRowRequest parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsInternalApi.TableInBatchGetRowRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.TableInBatchGetRowRequest parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsInternalApi.TableInBatchGetRowRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.TableInBatchGetRowRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OtsInternalApi.TableInBatchGetRowRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static OtsInternalApi.TableInBatchGetRowRequest.Builder newBuilder()
public static OtsInternalApi.TableInBatchGetRowRequest.Builder newBuilder(OtsInternalApi.TableInBatchGetRowRequest prototype)
public OtsInternalApi.TableInBatchGetRowRequest.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected OtsInternalApi.TableInBatchGetRowRequest.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static OtsInternalApi.TableInBatchGetRowRequest getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.TableInBatchGetRowRequest> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.TableInBatchGetRowRequest> 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.TableInBatchGetRowRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.