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 | |
---|---|
authorized |
Identifier. The name of this AuthorizedView. Values are of the form |
Query parameters
Parameters | |
---|---|
update |
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 This is a comma-separated list of fully qualified names of fields. Example: |
ignore |
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.