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-04-02 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 latest version of this class is `2.37.0-rc`, with a history of versions from `2.36.0` down to `2.11.0` available for reference."],["The `BucketMetadataPatchBuilder` class offers various functions like `SetAcl`, `SetAutoclass`, `SetBilling`, and many others to update fields like access control, autoclass settings, billing information, and more."],["The class also has functions to reset various fields back to their defaults, such as `ResetAcl`, `ResetAutoclass`, and `ResetBilling` allowing users to clear or reset specific bucket settings."],["The `BuildPatch()` function is available for constructing the patch request once all modifications are specified, providing the user with the final configuration to send."]]],[]]