Uses of Class
com.google.bigtable.v2.ValueRange
-
Packages that use ValueRange Package Description com.google.bigtable.v2 -
-
Uses of ValueRange in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return ValueRange Modifier and Type Method Description ValueRange
ValueRange.Builder. build()
ValueRange
ValueRange.Builder. buildPartial()
static ValueRange
ValueRange. getDefaultInstance()
ValueRange
ValueRange.Builder. getDefaultInstanceForType()
ValueRange
ValueRange. getDefaultInstanceForType()
ValueRange
RowFilter.Builder. getValueRangeFilter()
Matches only cells with values that fall within the given range.ValueRange
RowFilter. getValueRangeFilter()
Matches only cells with values that fall within the given range.ValueRange
RowFilterOrBuilder. getValueRangeFilter()
Matches only cells with values that fall within the given range.static ValueRange
ValueRange. parseDelimitedFrom(InputStream input)
static ValueRange
ValueRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueRange
ValueRange. parseFrom(byte[] data)
static ValueRange
ValueRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueRange
ValueRange. parseFrom(com.google.protobuf.ByteString data)
static ValueRange
ValueRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueRange
ValueRange. parseFrom(com.google.protobuf.CodedInputStream input)
static ValueRange
ValueRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueRange
ValueRange. parseFrom(InputStream input)
static ValueRange
ValueRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ValueRange
ValueRange. parseFrom(ByteBuffer data)
static ValueRange
ValueRange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type ValueRange Modifier and Type Method Description com.google.protobuf.Parser<ValueRange>
ValueRange. getParserForType()
static com.google.protobuf.Parser<ValueRange>
ValueRange. parser()
Methods in com.google.bigtable.v2 with parameters of type ValueRange Modifier and Type Method Description ValueRange.Builder
ValueRange.Builder. mergeFrom(ValueRange other)
RowFilter.Builder
RowFilter.Builder. mergeValueRangeFilter(ValueRange value)
Matches only cells with values that fall within the given range.static ValueRange.Builder
ValueRange. newBuilder(ValueRange prototype)
RowFilter.Builder
RowFilter.Builder. setValueRangeFilter(ValueRange value)
Matches only cells with values that fall within the given range.
-