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 document outlines the `BucketAccessControlPatchBuilder` class, which is used to construct PATCH messages for modifying `BucketAccessControl` resources in Google Cloud Storage."],["The `BucketAccessControl` resource has only two modifiable fields, `entity` and `role`, and attempting to modify other fields via a PATCH request may be rejected by the server."],["The class includes methods to set or delete the `entity` and `role` fields: `set_entity`, `delete_entity`, `set_role`, and `delete_role`, each returning a `BucketAccessControlPatchBuilder &`."],["It also includes a `BuildPatch()` function to produce the patch, returning a string."],["The document provides links to different versions of the `BucketAccessControlPatchBuilder`, from the latest release candidate (2.37.0-rc) to version 2.11.0, offering a history of the class."]]],[]]