View Source GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2AuthorizedViewFamilySubsets (google_api_bigtable_admin v0.22.0)

Subsets of a column family that are included in this AuthorizedView.

Attributes

  • qualifierPrefixes (type: list(String.t), default: nil) - 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 (type: list(String.t), default: nil) - Individual exact column qualifiers to be included in the AuthorizedView.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2AuthorizedViewFamilySubsets{
    qualifierPrefixes: [String.t()] | nil,
    qualifiers: [String.t()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.