Class: Google::Cloud::Bigtable::V2::Column

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 intersection of a table.

Instance Attribute Summary collapse

Instance Attribute Details

#cells::Array<::Google::Cloud::Bigtable::V2::Cell>

Returns Must not be empty. Sorted in order of decreasing "timestamp_micros".

Returns:



70
71
72
73
# File 'proto_docs/google/bigtable/v2/data.rb', line 70

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

#qualifier::String

Returns The unique key which identifies this column within its family. This is the same key that's used to identify the column in, for example, a RowFilter which sets its column_qualifier_regex_filter field. May contain any byte string, including the empty string, up to 16kiB in length.

Returns:

  • (::String)

    The unique key which identifies this column within its family. This is the same key that's used to identify the column in, for example, a RowFilter which sets its column_qualifier_regex_filter field. May contain any byte string, including the empty string, up to 16kiB in length.



70
71
72
73
# File 'proto_docs/google/bigtable/v2/data.rb', line 70

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