The ObjectAccessControl 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."],[[["The `ObjectAccessControlPatchBuilder` class facilitates creating PATCH messages for the `ObjectAccessControl` resource, which is part of Google Cloud Storage."],["Only the `entity` and `role` fields of the `ObjectAccessControl` resource are modifiable via patching, though attempting to change the `entity` field might be rejected by the server."],["The provided documentation lists available versions of this class, ranging from version `2.11.0` to the latest release candidate `2.37.0-rc`."],["This class provides methods to set or delete the values of the `entity` or `role` fields, such as `set_entity()`, `delete_entity()`, `set_role()`, and `delete_role()`."],["The class has a function `BuildPatch()` that returns the resulting patch string."]]],[]]