Class: Google::Bigtable::V2::ReadModifyWriteRowRequest
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::ReadModifyWriteRowRequest
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb
Overview
Request message for Bigtable.ReadModifyWriteRow.
Instance Attribute Summary collapse
-
#app_profile_id ⇒ String
This value specifies routing for replication.
-
#row_key ⇒ String
The key of the row to which the read/modify/write rules should be applied.
-
#rules ⇒ Array<Google::Bigtable::V2::ReadModifyWriteRule>
Rules specifying how the specified row's contents are to be transformed into writes.
-
#table_name ⇒ String
The unique name of the table to which the read/modify/write rules 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.
277 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 277 class ReadModifyWriteRowRequest; end |
#row_key ⇒ String
Returns The key of the row to which the read/modify/write rules should be applied.
277 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 277 class ReadModifyWriteRowRequest; end |
#rules ⇒ Array<Google::Bigtable::V2::ReadModifyWriteRule>
Returns Rules specifying how the specified row's contents are to be transformed into writes. Entries are applied in order, meaning that earlier rules will affect the results of later ones.
277 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 277 class ReadModifyWriteRowRequest; end |
#table_name ⇒ String
Returns The unique name of the table to which the read/modify/write rules should be
applied.
Values are of the form
+projects/+.