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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eModifyLabelsOptions\u003c/code\u003e class in the Google BigQuery v2 API allows users to modify labels for BigQuery resources.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 3.11.0, and multiple versions, down to 2.2.0, are documented in this context.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two key properties: \u003ccode\u003eETag\u003c/code\u003e, a string property, and \u003ccode\u003eRetries\u003c/code\u003e, an integer property, the latter defining how many times the system will attempt to modify the labels if the ETag changes during the process.\u003c/p\u003e\n"],["\u003cp\u003eThe etag in the \u003ccode\u003eETag\u003c/code\u003e property is used as a precondition for the modification of labels, to ensure that the dataset hasn't changed in between the requests.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRetries\u003c/code\u003e property is designed to specify how many times a label modification operation should retry if the \u003ccode\u003eETag\u003c/code\u003e changes, with the requirement that the value cannot be negative.\u003c/p\u003e\n"]]],[],null,[]]