Identifier. The name of this AuthorizedView. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorizedView}
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-16 UTC."],[[["This webpage documents the process of updating an AuthorizedView within a Bigtable table using a PATCH request."],["The request URL follows a specific format, `https://bigtableadmin.googleapis.com/v2/{authorizedView.name=projects/*/instances/*/tables/*/authorizedViews/*}`, and includes the AuthorizedView's unique identifier in the path."],["Updates to specific fields are managed using the `updateMask` query parameter, specifying which fields of the AuthorizedView resource should be modified."],["The request body should contain an `AuthorizedView` instance, while the response body will contain an `Operation` instance if successful."],["Updating an AuthorizedView requires specific OAuth scopes, such as `https://www.googleapis.com/auth/bigtable.admin` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]