Method: projects.instances.tables.authorizedViews.patch

Updates an AuthorizedView in a table.

HTTP request

PATCH https://bigtableadmin.googleapis.com/v2/{authorizedView.name=projects/*/instances/*/tables/*/authorizedViews/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
authorizedView.name

string

Identifier. The name of this AuthorizedView. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorizedView}

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView resource should be updated. This mask is relative to the AuthorizedView resource, not to the request message. A field will be overwritten if it is in the mask. If empty, all fields set in the request will be overwritten. A special value * means to overwrite all fields (including fields not set in the request).

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

ignoreWarnings

boolean

Optional. If true, ignore the safety checks when updating the AuthorizedView.

Request body

The request body contains an instance of AuthorizedView.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/bigtable.admin
  • https://www.googleapis.com/auth/bigtable.admin.table
  • https://www.googleapis.com/auth/cloud-bigtable.admin
  • https://www.googleapis.com/auth/cloud-bigtable.admin.table
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.