Class: Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::MutateRowsRequest::Entry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/bigtable.rb
Overview
A mutation for a given row.
Instance Attribute Summary collapse
-
#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
The key of the row to which the
mutationsshould be applied.
Instance Attribute Details
#idempotency ⇒ ::Google::Cloud::Bigtable::V2::Idempotency
325 326 327 328 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 325 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mutations ⇒ ::Array<::Google::Cloud::Bigtable::V2::Mutation>
325 326 327 328 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 325 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_key ⇒ ::String
325 326 327 328 |
# File 'proto_docs/google/bigtable/v2/bigtable.rb', line 325 class Entry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |