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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb

Overview

Response message for Bigtable.CheckAndMutateRow.

Instance Attribute Summary collapse

Instance Attribute Details

#predicate_matchedtrue, false

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

Returns:

  • (true, false)

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



260
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 260

class CheckAndMutateRowResponse; end