The number of times to retry the modification if the etag 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 labels involves reading the resource in one request,
then sending another request with the new labels, including an etag check
to ensure that the dataset hasn't changed between the two requests. If the etag
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 Google BigQuery v2 API class ModifyLabelsOptions is 3.11.0, with 3.10.0 being the current version on display."],["The `ModifyLabelsOptions` class provides options for modifying labels in the Google BigQuery v2 API, and it has properties such as `ETag` and `Retries` that are used for label modification."],["The `ETag` property in the `ModifyLabelsOptions` class is a string value that serves as a precondition, requiring a matching etag to modify labels."],["The `Retries` property in the `ModifyLabelsOptions` class determines how many times a modification attempt can retry if the etag changes during the process, and must be a value of zero or greater."],["The `ModifyLabelsOptions` class documentation includes access to reference material for versions ranging from 3.0.0 to the latest 3.11.0."]]],[]]