Class: Google::Cloud::Bigtable::V2::Mutation::SetCell

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 sets the value of the specified cell.

Instance Attribute Summary collapse

Instance Attribute Details

#column_qualifier::String



487
488
489
490
# File 'proto_docs/google/bigtable/v2/data.rb', line 487

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

#family_name::String



487
488
489
490
# File 'proto_docs/google/bigtable/v2/data.rb', line 487

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

#timestamp_micros::Integer



487
488
489
490
# File 'proto_docs/google/bigtable/v2/data.rb', line 487

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

#value::String



487
488
489
490
# File 'proto_docs/google/bigtable/v2/data.rb', line 487

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