Cloud Bigtable V2 Client - Class ReadModifyWriteRowResponse (1.23.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Bigtable\V2\Row|null

hasRow

clearRow

setRow

A Row containing the new contents of all cells modified by the request.

Parameter
NameDescription
var Google\Cloud\Bigtable\V2\Row
Returns
TypeDescription
$this