Class: Google::Bigtable::V2::MutateRowsRequest::Entry
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::MutateRowsRequest::Entry
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb
Instance Attribute Summary collapse
-
#mutations ⇒ Array<Google::Bigtable::V2::Mutation>
Changes to be atomically applied to the specified row.
-
#row_key ⇒ String
The key of the row to which the +mutations+ should be applied.
Instance Attribute Details
#mutations ⇒ Array<Google::Bigtable::V2::Mutation>
Returns Changes to be atomically applied to the specified row. Mutations are applied in order, meaning that earlier mutations can be masked by later ones. You must specify at least one mutation.
194 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 194 class Entry; end |
#row_key ⇒ String
Returns The key of the row to which the +mutations+ should be applied.
194 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 194 class Entry; end |