Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets (v1.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]