Cloud Bigtable V2 Client - Class RowRange (2.3.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ start_key_closedstring

Used when giving an inclusive lower bound for the range.

↳ start_key_openstring

Used when giving an exclusive lower bound for the range.

↳ end_key_openstring

Used when giving an exclusive upper bound for the range.

↳ end_key_closedstring

Used when giving an inclusive upper bound for the range.

getStartKeyClosed

Used when giving an inclusive lower bound for the range.

Returns
TypeDescription
string

hasStartKeyClosed

setStartKeyClosed

Used when giving an inclusive lower bound for the range.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getStartKeyOpen

Used when giving an exclusive lower bound for the range.

Returns
TypeDescription
string

hasStartKeyOpen

setStartKeyOpen

Used when giving an exclusive lower bound for the range.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getEndKeyOpen

Used when giving an exclusive upper bound for the range.

Returns
TypeDescription
string

hasEndKeyOpen

setEndKeyOpen

Used when giving an exclusive upper bound for the range.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getEndKeyClosed

Used when giving an inclusive upper bound for the range.

Returns
TypeDescription
string

hasEndKeyClosed

setEndKeyClosed

Used when giving an inclusive upper bound for the range.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getStartKey

Returns
TypeDescription
string

getEndKey

Returns
TypeDescription
string