Cloud Bigtable V2 Client - Class CheckAndMutateRowResponse (1.23.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class CheckAndMutateRowResponse.

Response message for Bigtable.CheckAndMutateRow.

Generated from protobuf message google.bigtable.v2.CheckAndMutateRowResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ predicate_matched bool

Whether or not the request's predicate_filter yielded any results for the specified row.

getPredicateMatched

Whether or not the request's predicate_filter yielded any results for the specified row.

Returns
TypeDescription
bool

setPredicateMatched

Whether or not the request's predicate_filter yielded any results for the specified row.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this