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 document outlines the `ObjectMetadataPatchBuilder` class, which is used to modify specific fields of a Google Cloud Storage object's metadata, allowing for targeted updates without altering the entire metadata."],["The class includes a `BuildPatch()` function to finalize the changes, and a set of functions like `SetAcl`, `SetCacheControl`, `SetContentDisposition`, etc.which are used to update the desired fields."],["Functions with a prefix `Set` are used to update specific metadata fields, whereas functions with the prefix `Reset` will clear the specified metadata field."],["The document provides a comprehensive list of available versions, ranging from version `2.11.0` up to `2.37.0-rc`, along with links to each version's documentation for the `ObjectMetadataPatchBuilder` class."],["Specific examples are given, such as how to change the custom time and retention of an object."]]],[]]