Cloud Bigtable V2 Client - Class RowSet (1.23.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class RowSet.

Specifies a non-contiguous set of rows.

Generated from protobuf message google.bigtable.v2.RowSet

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ row_keys array

Single rows included in the set.

↳ row_ranges array<Google\Cloud\Bigtable\V2\RowRange>

Contiguous row ranges included in the set.

getRowKeys

Single rows included in the set.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRowKeys

Single rows included in the set.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getRowRanges

Contiguous row ranges included in the set.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRowRanges

Contiguous row ranges included in the set.

Parameter
NameDescription
var array<Google\Cloud\Bigtable\V2\RowRange>
Returns
TypeDescription
$this