Cloud Bigtable V2 Client - Class ReadModifyWriteRowResponse (2.6.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

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ row 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
Row|null

hasRow

clearRow

setRow

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

Parameter
Name Description
var Row
Returns
Type Description
$this