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-09 UTC."],[[["This webpage provides documentation for the `BucketAccessControlPatchBuilder` class in the Google Cloud Storage C++ library, with links to various version releases."],["The `BucketAccessControlPatchBuilder` class is designed to prepare PATCH messages for modifying `BucketAccessControl` resources, specifically focusing on the `entity` and `role` fields."],["The class offers functions like `set_entity`, `delete_entity`, `set_role`, and `delete_role` to modify the corresponding fields within a patch request."],["The `BuildPatch()` function generates the final patch string based on the modifications made through the class's other functions."],["The page highlights that some PATCH messages might be rejected by the server, despite being syntactically possible to express."]]],[]]