Class: Google::Bigtable::V2::MutateRowRequest
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::MutateRowRequest
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb
Overview
Request message for Bigtable.MutateRow.
Instance Attribute Summary collapse
-
#app_profile_id ⇒ String
This value specifies routing for replication.
-
#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 mutation should be applied.
-
#table_name ⇒ String
The unique name of the table to which the mutation should be applied.
Instance Attribute Details
#app_profile_id ⇒ String
Returns This value specifies routing for replication. If not specified, the "default" application profile will be used.
164 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 164 class MutateRowRequest; end |
#mutations ⇒ Array<Google::Bigtable::V2::Mutation>
Returns Changes to be atomically applied to the specified row. Entries are applied in order, meaning that earlier mutations can be masked by later ones. Must contain at least one entry and at most 100000.
164 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 164 class MutateRowRequest; end |
#row_key ⇒ String
Returns The key of the row to which the mutation should be applied.
164 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 164 class MutateRowRequest; end |
#table_name ⇒ String
Returns The unique name of the table to which the mutation should be applied.
Values are of the form
+projects/+.