Reference documentation and code samples for the Cloud Bigtable V2 Client class ValueRange.
Specifies a contiguous range of raw byte values.
Generated from protobuf message google.bigtable.v2.ValueRange
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_value_closed |
string
Used when giving an inclusive lower bound for the range. |
↳ start_value_open |
string
Used when giving an exclusive lower bound for the range. |
↳ end_value_closed |
string
Used when giving an inclusive upper bound for the range. |
↳ end_value_open |
string
Used when giving an exclusive upper bound for the range. |
getStartValueClosed
Used when giving an inclusive lower bound for the range.
Returns | |
---|---|
Type | Description |
string |
hasStartValueClosed
setStartValueClosed
Used when giving an inclusive lower bound for the range.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartValueOpen
Used when giving an exclusive lower bound for the range.
Returns | |
---|---|
Type | Description |
string |
hasStartValueOpen
setStartValueOpen
Used when giving an exclusive lower bound for the range.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEndValueClosed
Used when giving an inclusive upper bound for the range.
Returns | |
---|---|
Type | Description |
string |
hasEndValueClosed
setEndValueClosed
Used when giving an inclusive upper bound for the range.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEndValueOpen
Used when giving an exclusive upper bound for the range.
Returns | |
---|---|
Type | Description |
string |
hasEndValueOpen
setEndValueOpen
Used when giving an exclusive upper bound for the range.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStartValue
Returns | |
---|---|
Type | Description |
string |
getEndValue
Returns | |
---|---|
Type | Description |
string |