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-04-01 UTC."],[[["This webpage provides documentation for the `BucketAccessControlPatchBuilder` class, which is used to create PATCH messages for `BucketAccessControl` resources in Google Cloud Storage."],["The `BucketAccessControl` resource's modifiable fields are limited to `entity` and `role`, though some PATCH requests may be rejected by the server."],["The page lists various versions of the `BucketAccessControlPatchBuilder` class, from 2.11.0 up to the latest release candidate 2.37.0-rc, which is helpful for developers working with different versions."],["The class includes functions to set or delete the `entity` and `role` fields, and to build a PATCH with `BuildPatch()`."],["The documentation also has information on how to use the `BucketAccessControlPatchBuilder` class, with examples of function usage, and a link to general information about PATCH requests in the Google Cloud Storage JSON API."]]],[]]