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

Defines a simple AuthorizedView that is a subset of the underlying Table.

Attributes

  • familySubsets (type: %{optional(String.t) => GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2AuthorizedViewFamilySubsets.t}, default: nil) - Map from column family name to the columns in this family to be included in the AuthorizedView.
  • rowPrefixes (type: list(String.t), default: nil) - Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2AuthorizedViewSubsetView{
    familySubsets:
      %{
        optional(String.t()) =>
          GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2AuthorizedViewFamilySubsets.t()
      }
      | nil,
    rowPrefixes: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.