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

Placeholder for admin API work while we work out the internals.

Attributes

  • deletionProtection (type: boolean(), default: nil) - Set to true to make the AuthorizedView protected against deletion. The parent Table and containing Instance cannot be deleted if an AuthorizedView has this bit set.
  • etag (type: String.t, default: nil) - The etag for this AuthorizedView. If this is provided on update, it must match the server's etag. The server returns ABORTED error on a mismatched etag.
  • name (type: String.t, default: nil) - Identifier. The name of this AuthorizedView. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}
  • subsetView (type: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2AuthorizedViewSubsetView.t, default: nil) - An AuthorizedView permitting access to an explicit subset of a Table.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.AuthorizedView{
  deletionProtection: boolean() | nil,
  etag: String.t() | nil,
  name: String.t() | nil,
  subsetView:
    GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2AuthorizedViewSubsetView.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.