The number of times to retry the modification if the bucket's metageneration changes
in the read/modify/write cycle. If this property is not set, a suitable default is used.
The value must not be negative.
Modifying bucket labels involves reading the bucket metadata in one request,
then sending another request with the new labels, including a metageneration check
to ensure that the bucket hasn't changed between the two requests. If the metageneration
has changed, the overall operation can be retried from the start. This property indicates
the number of retries, so it has a minimum value of 0.
[[["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-21 UTC."],[[["The latest version available for the Google Cloud Storage v1 API class `ModifyBucketLabelsOptions` is 4.11.0."],["`ModifyBucketLabelsOptions` are used for operations that alter the labels of a bucket."],["The class `ModifyBucketLabelsOptions` includes properties such as `IfMetagenerationMatch`, used as a precondition for modifying labels based on meta-generation, and `Retries`, defining how many times the process can retry if the meta-generation changes."],["Modifying bucket labels involves a two-step process of first reading the bucket metadata and then sending a request to update labels, with a meta-generation check to avoid conflicts."],["The page includes documentation and examples of this class for versions dating back to version 3.4.0."]]],[]]