Class: Google::Cloud::Bigtable::V2::MutateRowRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::MutateRowRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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.
-
#authorized_view_name ⇒ ::String
Optional.
-
#idempotency ⇒ ::Google::Cloud::Bigtable::V2::Idempotency
If set consistently across retries, prevents this mutation from being double applied to aggregate column families within a 15m window.
-
#mutations ⇒ ::Array<::Google::Cloud::Bigtable::V2::Mutation>
Required.
-
#row_key ⇒ ::String
Required.
-
#table_name ⇒ ::String
Optional.
Instance Attribute Details
#app_profile_id ⇒ ::String
Returns This value specifies routing for replication. If not specified, the "default" application profile will be used.
271 272 273 274 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 271 class MutateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#authorized_view_name ⇒ ::String
Returns Optional. The unique name of the AuthorizedView to which the mutation should be applied.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>/authorizedViews/<authorized_view>.
271 272 273 274 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 271 class MutateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#idempotency ⇒ ::Google::Cloud::Bigtable::V2::Idempotency
Returns If set consistently across retries, prevents this mutation from being double applied to aggregate column families within a 15m window.
271 272 273 274 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 271 class MutateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mutations ⇒ ::Array<::Google::Cloud::Bigtable::V2::Mutation>
Returns Required. 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.
271 272 273 274 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 271 class MutateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_key ⇒ ::String
Returns Required. The key of the row to which the mutation should be applied.
271 272 273 274 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 271 class MutateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_name ⇒ ::String
Returns Optional. The unique name of the table to which the mutation should be applied.
Values are of the form
projects/<project>/instances/<instance>/tables/<table>.
271 272 273 274 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 271 class MutateRowRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |