Cloud Bigtable V2 Client - Class ValueRange (1.23.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

hasStartValueClosed

setStartValueClosed

Used when giving an inclusive lower bound for the range.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartValueOpen

Used when giving an exclusive lower bound for the range.

Returns
TypeDescription
string

hasStartValueOpen

setStartValueOpen

Used when giving an exclusive lower bound for the range.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEndValueClosed

Used when giving an inclusive upper bound for the range.

Returns
TypeDescription
string

hasEndValueClosed

setEndValueClosed

Used when giving an inclusive upper bound for the range.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEndValueOpen

Used when giving an exclusive upper bound for the range.

Returns
TypeDescription
string

hasEndValueOpen

setEndValueOpen

Used when giving an exclusive upper bound for the range.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getStartValue

Returns
TypeDescription
string

getEndValue

Returns
TypeDescription
string