Cloud Bigtable Client - Class Range (2.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Bigtable Client class Range.
Abstract class representing filter range for Rowkey, ColumnFamily,
ColumnQualifier and Value.
Namespace
Google \ Cloud \ Bigtable \ Filter \ Builder
Methods
__construct
| Parameters |
| Name |
Description |
startBound |
int
|
start |
string|int
|
endBound |
int
|
end |
string|int
|
of
| Parameters |
| Name |
Description |
startClosed |
string|int
|
endOpen |
string|int
|
| Returns |
| Type |
Description |
Range |
|
startUnbounded
| Returns |
| Type |
Description |
Range |
|
startOpen
| Parameter |
| Name |
Description |
start |
string|int
|
| Returns |
| Type |
Description |
Range |
|
startClosed
| Parameter |
| Name |
Description |
start |
string|int
|
| Returns |
| Type |
Description |
Range |
|
endUnbounded
| Returns |
| Type |
Description |
Range |
|
endOpen
| Parameter |
| Name |
Description |
end |
string|int
|
| Returns |
| Type |
Description |
Range |
|
endClosed
| Parameter |
| Name |
Description |
end |
string|int
|
| Returns |
| Type |
Description |
Range |
|
getStartBound
| Returns |
| Type |
Description |
int |
|
getStart
| Returns |
| Type |
Description |
string|int|null |
|
getEndBound
| Returns |
| Type |
Description |
int |
|
getEnd
| Returns |
| Type |
Description |
string|int|null |
|
Constants
BOUND_TYPE_UNBOUNDED
BOUND_TYPE_OPEN
BOUND_TYPE_CLOSED
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-09 UTC.
[null,null,["Last updated 2026-06-09 UTC."],[],[]]