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 \ V2Methods
__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<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<RowRange>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|