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 `ObjectMetadataPatchBuilder` class, which is used to modify specific fields of a Google Cloud Storage object's metadata through patch requests."],["The `ObjectMetadataPatchBuilder` class offers various setter and resetter methods, such as `SetAcl`, `ResetAcl`, `SetCacheControl`, `ResetCacheControl`, and many more for fine-grained metadata manipulation."],["The class includes methods like `BuildPatch()` to construct the patch and specific functions to set or reset properties like ACL, Cache-Control, Content-Disposition, and custom metadata."],["The document provides a list of versions for the `ObjectMetadataPatchBuilder` class, ranging from version `2.37.0-rc` (latest) down to version `2.11.0`."],["The `SetCustomTime` method lets you adjust the custom_time field, and the example provided demonstrates updating the custom time with a 48-hour offset from the current time."]]],[]]