Class: Google::Cloud::Bigtable::V2::CheckAndMutateRowResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#predicate_matched::Boolean

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

Returns:

  • (::Boolean)

    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