Class: Google::Cloud::Bigtable::V2::Mutation::AddToCell

Inherits:
Object
  • Object
show all
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

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.

Returns:



534
535
536
537
# File 'proto_docs/google/bigtable/v2/data.rb', line 534

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]+.

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]+



534
535
536
537
# File 'proto_docs/google/bigtable/v2/data.rb', line 534

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.

Returns:



534
535
536
537
# File 'proto_docs/google/bigtable/v2/data.rb', line 534

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.

Returns:



534
535
536
537
# File 'proto_docs/google/bigtable/v2/data.rb', line 534

class AddToCell
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end