public static interface OtsFilter.SingleColumnValueFilterOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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; |
boolean |
getFilterIfMissing()
required bool filter_if_missing = 4; |
boolean |
getLatestVersionOnly()
required bool latest_version_only = 5; |
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; |
boolean |
hasLatestVersionOnly()
required bool latest_version_only = 5; |
boolean |
hasValueTransRule()
optional .com.alicloud.openservices.tablestore.core.protocol.ValueTransferRule value_trans_rule = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasComparator()
required .com.alicloud.openservices.tablestore.core.protocol.ComparatorType comparator = 1;OtsFilter.ComparatorType getComparator()
required .com.alicloud.openservices.tablestore.core.protocol.ComparatorType comparator = 1;boolean hasColumnName()
required string column_name = 2;String getColumnName()
required string column_name = 2;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnNameBytes()
required string column_name = 2;boolean hasColumnValue()
required bytes column_value = 3;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnValue()
required bytes column_value = 3;boolean hasFilterIfMissing()
required bool filter_if_missing = 4;boolean getFilterIfMissing()
required bool filter_if_missing = 4;boolean hasLatestVersionOnly()
required bool latest_version_only = 5;boolean getLatestVersionOnly()
required bool latest_version_only = 5;boolean hasValueTransRule()
optional .com.alicloud.openservices.tablestore.core.protocol.ValueTransferRule value_trans_rule = 6;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;Copyright © 2025. All Rights Reserved.