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 webpage provides documentation for the `BucketAccessControlPatchBuilder` class in the Google Cloud Storage C++ library, with links to different version-specific documentation pages."],["The `BucketAccessControlPatchBuilder` class allows developers to prepare PATCH messages for `BucketAccessControl` resources, where only the `entity` and `role` fields are modifiable."],["The documentation provides a list of all available versions of the `BucketAccessControlPatchBuilder`, from the latest release candidate 2.37.0-rc to version 2.11.0, giving easy access to their API specifications."],["Key functions of the `BucketAccessControlPatchBuilder` class include `BuildPatch()`, `set_entity()`, `delete_entity()`, `set_role()`, and `delete_role()`, which are used for manipulating the PATCH request."],["The documentation advises users to consult the Google Cloud Storage JSON API documentation for general information about PATCH requests, and that not all PATCH requests may be accepted by the server."]]],[]]