Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::AuthorizedView::SubsetView (v0.26.0)

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
  • (::Array<::String>) — Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").

#row_prefixes=

def row_prefixes=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").
Returns
  • (::Array<::String>) — Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").