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>
307 308 309 310 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 307 class FamilySubsets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qualifiers ⇒ ::Array<::String>
307 308 309 310 |
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 307 class FamilySubsets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |