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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["This document outlines the `ObjectMetadataPatchBuilder` class, which is used to modify specific fields of a Google Cloud Storage object's metadata through patch requests."],["The class allows for setting and resetting various object metadata properties, including ACL, Cache-Control, Content-Disposition, Content-Encoding, Content-Language, Content-Type, Event-Based Hold, Metadata, Temporary Hold, Custom Time, and Retention."],["It includes the function `BuildPatch()`, which can be used to construct the patch to be sent, and various setter functions, which return the builder object so that they can be chained together."],["The document provides version history for the class, from version 2.11.0 up to 2.37.0-rc, demonstrating ongoing development."],["There are examples shown on how to use the `SetCustomTime()` and `SetRetention()` functions."]]],[]]