public static final class Filters.ValueRangeFilter extends Object implements Filters.Filter
Modifier and Type | Method and Description |
---|---|
Filters.ValueRangeFilter |
endClosed(com.google.protobuf.ByteString value)
Used when giving an inclusive upper bound for the range.
|
Filters.ValueRangeFilter |
endOpen(com.google.protobuf.ByteString value) |
Filters.ValueRangeFilter |
startClosed(com.google.protobuf.ByteString value)
Used when giving an inclusive lower bound for the range.
|
Filters.ValueRangeFilter |
startOpen(com.google.protobuf.ByteString value)
Used when giving an exclusive lower bound for the range.
|
com.google.bigtable.v2.RowFilter |
toProto() |
public Filters.ValueRangeFilter startClosed(com.google.protobuf.ByteString value)
public Filters.ValueRangeFilter startOpen(com.google.protobuf.ByteString value)
public Filters.ValueRangeFilter endClosed(com.google.protobuf.ByteString value)
public Filters.ValueRangeFilter endOpen(com.google.protobuf.ByteString value)
@InternalApi public com.google.bigtable.v2.RowFilter toProto()
toProto
in interface Filters.Filter