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.
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.
string
hasStartValueClosed
setStartValueClosed
Used when giving an inclusive lower bound for the range.
var
string
$this
getStartValueOpen
Used when giving an exclusive lower bound for the range.
string
hasStartValueOpen
setStartValueOpen
Used when giving an exclusive lower bound for the range.
var
string
$this
getEndValueClosed
Used when giving an inclusive upper bound for the range.
string
hasEndValueClosed
setEndValueClosed
Used when giving an inclusive upper bound for the range.
var
string
$this
getEndValueOpen
Used when giving an exclusive upper bound for the range.
string
hasEndValueOpen
setEndValueOpen
Used when giving an exclusive upper bound for the range.
var
string
$this
getStartValue
string
getEndValue
string