Class: Google::Cloud::Bigtable::V2::Mutation::SetCell
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Mutation::SetCell
- 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
-
#column_qualifier ⇒ ::String
The qualifier of the column into which new data should be written.
-
#family_name ⇒ ::String
The name of the family into which new data should be written.
-
#timestamp_micros ⇒ ::Integer
The timestamp of the cell into which new data should be written.
-
#value ⇒ ::String
The value to be written into the specified cell.
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 |