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 page provides documentation for the `ObjectMetadataPatchBuilder` class in the Google Cloud Storage C++ library, which is used to create patches for modifying object metadata."],["The class allows for setting and resetting various object metadata fields, including ACL, Cache-Control, Content-Disposition, Content-Encoding, Content-Language, Content-Type, Event-Based Hold, Temporary Hold, Custom Time, and general metadata key-value pairs."],["The page includes links to documentation for various versions of the library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `ObjectMetadataPatchBuilder` class provides functions like `BuildPatch()`, and setter methods like `SetAcl()`, `SetCacheControl()`, and `SetCustomTime()`, along with corresponding reset methods such as `ResetAcl()` and `ResetCustomTime()` for fine-grained control over the patch."],["There is also an example provided, that showcases how to patch and update the `custom_time` field of a specified object."]]],[]]