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-02 UTC."],[[["This document outlines the `BucketAccessControlPatchBuilder` class, which is used to construct PATCH messages for the `BucketAccessControl` resource in Google Cloud Storage."],["The `BucketAccessControl` resource can only be modified in its entity and role fields, and these changes are set with the `set_entity` and `set_role` functions respectively."],["The document lists various versions of the `BucketAccessControlPatchBuilder` class, with version `2.37.0-rc` being the latest, and also references other older versions."],["The `delete_entity` and `delete_role` functions are available to remove values from these fields, while the `BuildPatch()` function creates the actual patch."],["There is a link included to general information on how to use PATCH requests for the Google Cloud Storage JSON API."]]],[]]