Cloud Bigtable V2 Client - Class CheckAndMutateRowResponse (1.26.2)

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

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ predicate_matchedbool

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
varbool
Returns
TypeDescription
$this