The Bucket resource has many modifiable fields. The application may send a patch request to change (or delete) a small fraction of these fields by using this object.
[[["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."],[[["This document outlines the `BucketMetadataPatchBuilder` class, which is used to modify specific fields of a Google Cloud Storage Bucket resource via PATCH requests."],["The `BucketMetadataPatchBuilder` class provides various `Set` and `Reset` functions to modify or clear a wide array of bucket properties, including ACL, Autoclass, Billing, Cors, Default Event-Based Hold, and many others."],["The latest version available for this document is the 2.37.0-rc, with previous versions listed chronologically down to 2.11.0."],["The `BuildPatch()` function returns a string representing the patch to be applied, and each of the `Set` functions returns a reference to the `BucketMetadataPatchBuilder`, allowing for chaining."],["There are warnings present that the server currently ignores requests to reset the full ACL for both the bucket and the default objects."]]],[]]