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-09 UTC."],[[["This document outlines the `BucketMetadataPatchBuilder` class, which is used to modify specific fields of a Google Cloud Storage Bucket resource via a patch request."],["The `BucketMetadataPatchBuilder` class allows setting various attributes of a bucket, including ACL, Autoclass, Billing, Cors, Default Event-Based Hold, Default ACL, IAM Configuration, Encryption, Labels, Lifecycle, Logging, Name, Retention Policy, RPO, Soft Delete Policy, Storage Class, Versioning, and Website."],["The `BucketMetadataPatchBuilder` class provides `Set` and `Reset` functions for each attribute, allowing for both modification and clearing of these fields."],["The `BuildPatch()` function is responsible for constructing the final patch, which is likely a JSON or similar structure representing the desired changes to be made to the bucket."],["The document lists different versions of the API from 2.11.0 up to 2.37.0-rc (latest) that all support this class."]]],[]]