Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::Family.
Specifies (some of) the contents of a single row/column family intersection of a table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#columns
def columns() -> ::Array<::Google::Cloud::Bigtable::V2::Column>
Returns
- (::Array<::Google::Cloud::Bigtable::V2::Column>) — Must not be empty. Sorted in order of increasing "qualifier".
#columns=
def columns=(value) -> ::Array<::Google::Cloud::Bigtable::V2::Column>
Parameter
- value (::Array<::Google::Cloud::Bigtable::V2::Column>) — Must not be empty. Sorted in order of increasing "qualifier".
Returns
- (::Array<::Google::Cloud::Bigtable::V2::Column>) — Must not be empty. Sorted in order of increasing "qualifier".
#name
def name() -> ::String
Returns
-
(::String) — The unique key which identifies this family within its row. This is the
same key that's used to identify the family in, for example, a RowFilter
which sets its "family_name_regex_filter" field.
Must match
[-_.a-zA-Z0-9]+
, except that AggregatingRowProcessors may produce cells in a sentinel family with an empty name. Must be no greater than 64 characters in length.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The unique key which identifies this family within its row. This is the
same key that's used to identify the family in, for example, a RowFilter
which sets its "family_name_regex_filter" field.
Must match
[-_.a-zA-Z0-9]+
, except that AggregatingRowProcessors may produce cells in a sentinel family with an empty name. Must be no greater than 64 characters in length.
Returns
-
(::String) — The unique key which identifies this family within its row. This is the
same key that's used to identify the family in, for example, a RowFilter
which sets its "family_name_regex_filter" field.
Must match
[-_.a-zA-Z0-9]+
, except that AggregatingRowProcessors may produce cells in a sentinel family with an empty name. Must be no greater than 64 characters in length.