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
- (::Array<::Google::Cloud::Bigtable::V2::Cell>) — Must not be empty. Sorted in order of decreasing "timestamp_micros".
#cells=
def cells=(value) -> ::Array<::Google::Cloud::Bigtable::V2::Cell>
Parameter
- value (::Array<::Google::Cloud::Bigtable::V2::Cell>) — Must not be empty. Sorted in order of decreasing "timestamp_micros".
Returns
- (::Array<::Google::Cloud::Bigtable::V2::Cell>) — Must not be empty. Sorted in order of decreasing "timestamp_micros".
#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.