Class: Google::Cloud::Bigtable::V2::Cell
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::Cell
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
Specifies (some of) the contents of a single row/column/timestamp of a table.
Instance Attribute Summary collapse
-
#labels ⇒ ::Array<::String>
Labels applied to the cell by a RowFilter.
-
#timestamp_micros ⇒ ::Integer
The cell's stored timestamp, which also uniquely identifies it within its column.
-
#value ⇒ ::String
The value stored in the cell.
Instance Attribute Details
#labels ⇒ ::Array<::String>
92 93 94 95 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 92 class Cell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp_micros ⇒ ::Integer
92 93 94 95 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 92 class Cell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
92 93 94 95 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 92 class Cell include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |