Updates an access level. The long- running operation from this RPC has a successful status after the changes to the access level propagate to long-lasting storage. If access levels contain errors, an error response is returned for the first error encountered.
[[["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 2025-02-12 UTC."],[[["This endpoint updates an existing AccessLevel resource, which propagates changes to long-lasting storage, and can potentially return an error response if errors exist."],["The HTTP request uses a `PATCH` method to a specified URL that includes the access level's name as a path parameter, and the URL follows gRPC Transcoding syntax."],["The `accessLevel.name` path parameter, which is the resource name for the AccessLevel, uses a specific format that must begin with a letter and has a maximum length of 50 characters."],["The `updateMask` query parameter is required to specify which fields should be updated, using a comma-separated list of fully qualified field names."],["A successful update operation returns an `Operation` instance, while the request body expects an `AccessLevel` instance and requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]