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-04-17 UTC."],[[["The latest version available for the `ModifyBucketLabelsOptions` class is 4.11.0, with multiple previous versions also accessible, ranging down to version 3.4.0."],["The `ModifyBucketLabelsOptions` class, part of the Google Cloud Storage v1 API, provides options for modifying bucket labels within Google Cloud Storage."],["`IfMetagenerationMatch` is a property of type `long?` within the class, used as a precondition to ensure modifications are only made if the current meta-generation of the label matches the specified value."],["The `Retries` property, an `int?`, determines how many times a label modification attempt will retry if the bucket's meta-generation changes during the process, with a minimum allowed value of 0."],["Modifying bucket labels involves a read-modify-write cycle that can be retried if the metageneration has changed between requests, and the `Retries` property will determine how many retries are done."]]],[]]