GoogleApi.BigtableAdmin.V2.Model.CreateAuthorizedViewRequest (google_api_bigtable_admin v0.31.0)
View SourceThe 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. Theauthorized_view_idappended toparentforms the full AuthorizedView name of the formprojects/{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 formprojects/{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 }