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 webpage provides documentation for the `ObjectAccessControlPatchBuilder` class, which is used to create PATCH requests for `ObjectAccessControl` resources in Google Cloud Storage."],["The `ObjectAccessControl` resource can be modified through PATCH requests for its `entity` and `role` fields, although the server may reject changes to the `entity` field."],["The page lists various versions of the documentation, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc, allowing users to select the appropriate documentation for their specific version."],["The class offers methods like `set_entity`, `delete_entity`, `set_role`, `delete_role`, and `BuildPatch` to construct and finalize a PATCH message."],["There is a link provided to the Google Cloud Storage JSON API documentation for more general information on PATCH requests."]]],[]]