Cloud Bigtable V2 Client - Class RowSet (1.31.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

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setRowKeys

Single rows included in the set.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getRowRanges

Contiguous row ranges included in the set.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRowRanges

Contiguous row ranges included in the set.

Parameter
Name Description
var array<Google\Cloud\Bigtable\V2\RowRange>
Returns
Type Description
$this