Class: Google::Cloud::Bigtable::V2::Mutation::AddToCell
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Mutation::AddToCell
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
A Mutation which incrementally updates a cell in an Aggregate
family.
Instance Attribute Summary collapse
-
#column_qualifier ⇒ ::Google::Cloud::Bigtable::V2::Value
The qualifier of the column into which new data should be added.
-
#family_name ⇒ ::String
The name of the
Aggregate
family into which new data should be added. -
#input ⇒ ::Google::Cloud::Bigtable::V2::Value
The input value to be accumulated into the specified cell.
-
#timestamp ⇒ ::Google::Cloud::Bigtable::V2::Value
The timestamp of the cell to which new data should be added.
Instance Attribute Details
#column_qualifier ⇒ ::Google::Cloud::Bigtable::V2::Value
Returns The qualifier of the column into which new data should be added. This
must be a raw_value
.
585 586 587 588 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 585 class AddToCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#family_name ⇒ ::String
Returns The name of the Aggregate
family into which new data should be added.
This must be a family with a value_type
of Aggregate
.
Format: [-_.a-zA-Z0-9]+
.
585 586 587 588 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 585 class AddToCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input ⇒ ::Google::Cloud::Bigtable::V2::Value
Returns The input value to be accumulated into the specified cell. This must be
compatible with the family's value_type.input_type
.
585 586 587 588 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 585 class AddToCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp ⇒ ::Google::Cloud::Bigtable::V2::Value
Returns The timestamp of the cell to which new data should be added. This must
be a raw_timestamp_micros
that matches the table's granularity
.
585 586 587 588 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 585 class AddToCell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |