Class: Google::Cloud::Bigtable::V2::CheckAndMutateRowResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::CheckAndMutateRowResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
Response message for Bigtable.CheckAndMutateRow.
Instance Attribute Summary collapse
-
#predicate_matched ⇒ ::Boolean
Whether or not the request's
predicate_filter
yielded any results for the specified row.
Instance Attribute Details
#predicate_matched ⇒ ::Boolean
Returns Whether or not the request's predicate_filter
yielded any results for
the specified row.
429 430 431 432 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 429 class CheckAndMutateRowResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |