Reference documentation and code samples for the Cloud Bigtable V2 Client class RowRange.
Specifies a contiguous range of rows.
Generated from protobuf message google.bigtable.v2.RowRange
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_key_closed |
string
Used when giving an inclusive lower bound for the range. |
↳ start_key_open |
string
Used when giving an exclusive lower bound for the range. |
↳ end_key_open |
string
Used when giving an exclusive upper bound for the range. |
↳ end_key_closed |
string
Used when giving an inclusive upper bound for the range. |
getStartKeyClosed
Used when giving an inclusive lower bound for the range.
Returns | |
---|---|
Type | Description |
string |
hasStartKeyClosed
setStartKeyClosed
Used when giving an inclusive lower bound for the range.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartKeyOpen
Used when giving an exclusive lower bound for the range.
Returns | |
---|---|
Type | Description |
string |
hasStartKeyOpen
setStartKeyOpen
Used when giving an exclusive lower bound for the range.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEndKeyOpen
Used when giving an exclusive upper bound for the range.
Returns | |
---|---|
Type | Description |
string |
hasEndKeyOpen
setEndKeyOpen
Used when giving an exclusive upper bound for the range.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEndKeyClosed
Used when giving an inclusive upper bound for the range.
Returns | |
---|---|
Type | Description |
string |
hasEndKeyClosed
setEndKeyClosed
Used when giving an inclusive upper bound for the range.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartKey
Returns | |
---|---|
Type | Description |
string |
getEndKey
Returns | |
---|---|
Type | Description |
string |