The BucketAccessControl resource only has two modifiable fields: entity and role. This class allows application developers to setup a PATCH message, note that some of the possible PATCH messages may result in errors from the server, for example: while it is possible to express "change the value of the
entity field" with a PATCH request, the server rejects such changes.
[[["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-03-14 UTC."],[[["This page provides documentation for the `BucketAccessControlPatchBuilder` class, which is used to create PATCH requests for `BucketAccessControl` resources in Google Cloud Storage."],["The `BucketAccessControl` resource's modifiable fields are limited to \"entity\" and \"role,\" and this class facilitates setting up PATCH messages to change these fields."],["The class has methods like `set_entity`, `delete_entity`, `set_role`, `delete_role` to modify the entity and role of the `BucketAccessControl`, it also contains a `BuildPatch()` function."],["The documentation covers multiple versions of the API, ranging from version 2.11.0 up to 2.37.0-rc, with each version having it's own documentation page."],["The page also provides a link to the Google Cloud Storage JSON API documentation for general information about PATCH requests."]]],[]]