Class: Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/table.rb
Overview
Subsets of a column family that are included in this AuthorizedView.
Instance Attribute Summary collapse
-
#qualifier_prefixes ⇒ ::Array<::String>
Prefixes for qualifiers to be included in the AuthorizedView.
-
#qualifiers ⇒ ::Array<::String>
Individual exact column qualifiers to be included in the AuthorizedView.
Instance Attribute Details
#qualifier_prefixes ⇒ ::Array<::String>
Returns 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 ("").
249 250 251 252 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 249 class FamilySubsets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qualifiers ⇒ ::Array<::String>
Returns Individual exact column qualifiers to be included in the AuthorizedView.
249 250 251 252 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 249 class FamilySubsets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |