Class CreateAuthorizedViewRequest (2.38.0)

CreateAuthorizedViewRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for CreateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.CreateAuthorizedView]

Attributes

Name Description
parent str
Required. This is the name of the table the AuthorizedView belongs to. Values are of the form projects/{project}/instances/{instance}/tables/{table}.
authorized_view_id str
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}.
authorized_view google.cloud.bigtable_admin_v2.types.AuthorizedView
Required. The AuthorizedView to create.