Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::AuthorizedView::SubsetView.
Defines a simple AuthorizedView that is a subset of the underlying Table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#family_subsets
def family_subsets() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets}) — Map from column family name to the columns in this family to be included in the AuthorizedView.
#family_subsets=
def family_subsets=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets}) — Map from column family name to the columns in this family to be included in the AuthorizedView.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::AuthorizedView::FamilySubsets}) — Map from column family name to the columns in this family to be included in the AuthorizedView.
#row_prefixes
def row_prefixes() -> ::Array<::String>
Returns
#row_prefixes=
def row_prefixes=(value) -> ::Array<::String>
Parameter