Class Google::Cloud::Bigtable::V2::Column (v0.4.0)

Specifies (some of) the contents of a single row/column intersection of a table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cells

def cells() -> ::Array<::Google::Cloud::Bigtable::V2::Cell>
Returns

#cells=

def cells=(value) -> ::Array<::Google::Cloud::Bigtable::V2::Cell>
Parameter
Returns

#qualifier

def qualifier() -> ::String
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.

#qualifier=

def qualifier=(value) -> ::String
Parameter
  • value (::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.
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.