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 page details the `ObjectMetadataPatchBuilder` class, which is used to modify specific fields of a Google Cloud Storage object's metadata, allowing for targeted updates through patch requests."],["The `ObjectMetadataPatchBuilder` class supports setting and resetting various metadata fields, including ACL, Cache-Control, Content-Disposition, Content-Encoding, Content-Language, Content-Type, EventBasedHold, metadata key-value pairs, TemporaryHold, and CustomTime."],["The class provides a `BuildPatch()` function to create the patch and individual setter functions like `SetAcl()`, `SetCacheControl()`, and others, along with corresponding `Reset` functions like `ResetAcl()`, `ResetCacheControl()` and others to clear specified fields."],["This page lists the available documentation for the `ObjectMetadataPatchBuilder` class for many versions, with version `2.37.0-rc` being the most recent, and `2.11.0` being the oldest."]]],[]]