Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets.
Subsets of a column family that are included in this AuthorizedView.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#qualifier_prefixes
def qualifier_prefixes() -> ::Array<::String>
Returns
- (::Array<::String>) — Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix ("").
#qualifier_prefixes=
def qualifier_prefixes=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix ("").
Returns
- (::Array<::String>) — Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix ("").
#qualifiers
def qualifiers() -> ::Array<::String>
Returns
- (::Array<::String>) — Individual exact column qualifiers to be included in the AuthorizedView.
#qualifiers=
def qualifiers=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Individual exact column qualifiers to be included in the AuthorizedView.
Returns
- (::Array<::String>) — Individual exact column qualifiers to be included in the AuthorizedView.