Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::Mutation::AddToCell (v0.20.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::Mutation::AddToCell.

A Mutation which incrementally updates a cell in an Aggregate family.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#column_qualifier

def column_qualifier() -> ::Google::Cloud::Bigtable::V2::Value
Returns

#column_qualifier=

def column_qualifier=(value) -> ::Google::Cloud::Bigtable::V2::Value
Parameter
Returns

#family_name

def family_name() -> ::String
Returns
  • (::String) — 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]+

#family_name=

def family_name=(value) -> ::String
Parameter
  • value (::String) — 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]+
Returns
  • (::String) — 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]+

#input

def input() -> ::Google::Cloud::Bigtable::V2::Value
Returns

#input=

def input=(value) -> ::Google::Cloud::Bigtable::V2::Value
Parameter
Returns

#timestamp

def timestamp() -> ::Google::Cloud::Bigtable::V2::Value
Returns

#timestamp=

def timestamp=(value) -> ::Google::Cloud::Bigtable::V2::Value
Parameter
  • value (::Google::Cloud::Bigtable::V2::Value) — 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.
Returns