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-04-02 UTC."],[[["This document outlines the `ObjectAccessControlPatchBuilder` class, which is used to construct PATCH messages for `ObjectAccessControl` resources within Google Cloud Storage."],["The `ObjectAccessControl` resource allows modifications to two fields: `entity` and `role`, using the patch request builder."],["The `BuildPatch()` function is provided to construct the patch request and `set_entity`, `delete_entity`, `set_role`, and `delete_role` functions to modify the patch parameters."],["Version 2.37.0-rc is the latest version listed, with a range of previous versions from 2.36.0 down to 2.11.0 also included in the documentation."],["The documentation includes a reference to general information on PATCH requests for the Google Cloud Storage JSON API, which can be found at \u003chttps://cloud.google.com/storage/docs/json_api/v1/how-tos/performance#patch\u003e."]]],[]]