Reference documentation and code samples for the Cloud Bigtable V2 Client class ReadModifyWriteRowResponse.
Response message for Bigtable.ReadModifyWriteRow.
Generated from protobuf message google.bigtable.v2.ReadModifyWriteRowResponse
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ row |
Google\Cloud\Bigtable\V2\Row
A Row containing the new contents of all cells modified by the request. |
getRow
A Row containing the new contents of all cells modified by the request.
Returns | |
---|---|
Type | Description |
Google\Cloud\Bigtable\V2\Row|null |
hasRow
clearRow
setRow
A Row containing the new contents of all cells modified by the request.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Bigtable\V2\Row
|
Returns | |
---|---|
Type | Description |
$this |