Class: Google::Cloud::Bigtable::V2::Cell

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

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