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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ predicate_matched |
bool
Whether or not the request's |
getPredicateMatched
Whether or not the request's predicate_filter
yielded any results for
the specified row.
Returns | |
---|---|
Type | Description |
bool |
setPredicateMatched
Whether or not the request's predicate_filter
yielded any results for
the specified row.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |