public static final class OtsFilter.SingleColumnValueFilter extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements OtsFilter.SingleColumnValueFilterOrBuilder
com.alicloud.openservices.tablestore.core.protocol.SingleColumnValueFilter| 限定符和类型 | 类和说明 |
|---|---|
static class |
OtsFilter.SingleColumnValueFilter.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.SingleColumnValueFilter |
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 |
COLUMN_NAME_FIELD_NUMBER |
static int |
COLUMN_VALUE_FIELD_NUMBER |
static int |
COMPARATOR_FIELD_NUMBER |
static int |
FILTER_IF_MISSING_FIELD_NUMBER |
static int |
LATEST_VERSION_ONLY_FIELD_NUMBER |
static int |
VALUE_TRANS_RULE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getColumnName()
required string column_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnNameBytes()
required string column_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnValue()
required bytes column_value = 3; |
OtsFilter.ComparatorType |
getComparator()
required .com.alicloud.openservices.tablestore.core.protocol.ComparatorType comparator = 1; |
static OtsFilter.SingleColumnValueFilter |
getDefaultInstance() |
OtsFilter.SingleColumnValueFilter |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getFilterIfMissing()
required bool filter_if_missing = 4; |
boolean |
getLatestVersionOnly()
required bool latest_version_only = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsFilter.SingleColumnValueFilter> |
getParserForType() |
int |
getSerializedSize() |
OtsFilter.ValueTransferRule |
getValueTransRule()
optional .com.alicloud.openservices.tablestore.core.protocol.ValueTransferRule value_trans_rule = 6; |
OtsFilter.ValueTransferRuleOrBuilder |
getValueTransRuleOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ValueTransferRule value_trans_rule = 6; |
boolean |
hasColumnName()
required string column_name = 2; |
boolean |
hasColumnValue()
required bytes column_value = 3; |
boolean |
hasComparator()
required .com.alicloud.openservices.tablestore.core.protocol.ComparatorType comparator = 1; |
boolean |
hasFilterIfMissing()
required bool filter_if_missing = 4; |
int |
hashCode() |
boolean |
hasLatestVersionOnly()
required bool latest_version_only = 5; |
boolean |
hasValueTransRule()
optional .com.alicloud.openservices.tablestore.core.protocol.ValueTransferRule value_trans_rule = 6; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OtsFilter.SingleColumnValueFilter.Builder |
newBuilder() |
static OtsFilter.SingleColumnValueFilter.Builder |
newBuilder(OtsFilter.SingleColumnValueFilter prototype) |
OtsFilter.SingleColumnValueFilter.Builder |
newBuilderForType() |
protected OtsFilter.SingleColumnValueFilter.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static OtsFilter.SingleColumnValueFilter |
parseDelimitedFrom(InputStream input) |
static OtsFilter.SingleColumnValueFilter |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(byte[] data) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(ByteBuffer data) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(InputStream input) |
static OtsFilter.SingleColumnValueFilter |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsFilter.SingleColumnValueFilter> |
parser() |
OtsFilter.SingleColumnValueFilter.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 COMPARATOR_FIELD_NUMBER
public static final int COLUMN_NAME_FIELD_NUMBER
public static final int COLUMN_VALUE_FIELD_NUMBER
public static final int FILTER_IF_MISSING_FIELD_NUMBER
public static final int LATEST_VERSION_ONLY_FIELD_NUMBER
public static final int VALUE_TRANS_RULE_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 hasComparator()
required .com.alicloud.openservices.tablestore.core.protocol.ComparatorType comparator = 1;hasComparator 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic OtsFilter.ComparatorType getComparator()
required .com.alicloud.openservices.tablestore.core.protocol.ComparatorType comparator = 1;getComparator 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic boolean hasColumnName()
required string column_name = 2;hasColumnName 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic String getColumnName()
required string column_name = 2;getColumnName 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnNameBytes()
required string column_name = 2;getColumnNameBytes 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic boolean hasColumnValue()
required bytes column_value = 3;hasColumnValue 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnValue()
required bytes column_value = 3;getColumnValue 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic boolean hasFilterIfMissing()
required bool filter_if_missing = 4;hasFilterIfMissing 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic boolean getFilterIfMissing()
required bool filter_if_missing = 4;getFilterIfMissing 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic boolean hasLatestVersionOnly()
required bool latest_version_only = 5;hasLatestVersionOnly 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic boolean getLatestVersionOnly()
required bool latest_version_only = 5;getLatestVersionOnly 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic boolean hasValueTransRule()
optional .com.alicloud.openservices.tablestore.core.protocol.ValueTransferRule value_trans_rule = 6;hasValueTransRule 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic OtsFilter.ValueTransferRule getValueTransRule()
optional .com.alicloud.openservices.tablestore.core.protocol.ValueTransferRule value_trans_rule = 6;getValueTransRule 在接口中 OtsFilter.SingleColumnValueFilterOrBuilderpublic OtsFilter.ValueTransferRuleOrBuilder getValueTransRuleOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ValueTransferRule value_trans_rule = 6;public 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 OtsFilter.SingleColumnValueFilter parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsFilter.SingleColumnValueFilter 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 OtsFilter.SingleColumnValueFilter 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 OtsFilter.SingleColumnValueFilter 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 OtsFilter.SingleColumnValueFilter parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsFilter.SingleColumnValueFilter 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 OtsFilter.SingleColumnValueFilter parseFrom(InputStream input) throws IOException
IOExceptionpublic static OtsFilter.SingleColumnValueFilter parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsFilter.SingleColumnValueFilter parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OtsFilter.SingleColumnValueFilter parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsFilter.SingleColumnValueFilter parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OtsFilter.SingleColumnValueFilter parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OtsFilter.SingleColumnValueFilter.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static OtsFilter.SingleColumnValueFilter.Builder newBuilder()
public static OtsFilter.SingleColumnValueFilter.Builder newBuilder(OtsFilter.SingleColumnValueFilter prototype)
public OtsFilter.SingleColumnValueFilter.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected OtsFilter.SingleColumnValueFilter.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static OtsFilter.SingleColumnValueFilter getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsFilter.SingleColumnValueFilter> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsFilter.SingleColumnValueFilter> 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 OtsFilter.SingleColumnValueFilter getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.