Cloud Bigtable V2 Client - Class RowRange (1.23.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

Methods

__construct

Constructor.

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

hasStartKeyClosed

setStartKeyClosed

Used when giving an inclusive lower bound for the range.

Parameter
NameDescription
var string
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
var string
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
var string
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
var string
Returns
TypeDescription
$this

getStartKey

Returns
TypeDescription
string

getEndKey

Returns
TypeDescription
string