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

The request for CreateAuthorizedView

Attributes

  • authorizedView (type: GoogleApi.BigtableAdmin.V2.Model.AuthorizedView.t, default: nil) - Required. The AuthorizedView to create.
  • authorizedViewId (type: String.t, default: nil) - Required. The id of the AuthorizedView to create. This AuthorizedView must not already exist. The authorized_view_id appended to parent forms the full AuthorizedView name of the form projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}.
  • parent (type: String.t, default: nil) - Required. This is the name of the table the AuthorizedView belongs to. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.CreateAuthorizedViewRequest{
  authorizedView: GoogleApi.BigtableAdmin.V2.Model.AuthorizedView.t() | nil,
  authorizedViewId: String.t() | nil,
  parent: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.