Обеспечивает контроль над выполнением запросов на запись. Если не указано, побеждает последняя запись.
JSON-представление
{// Union field control can be only one of the following:"requiredRevisionId": string// End of list of possible types for union field control.}
Поля
Полевой control Союза. Определяет ревизию метки для записи и то, как должен вести себя запрос, если эта редакция не является текущей ревизией метки. control может быть только одним из следующих:
requiredRevisionId
string
[revisionId][google.apps.drive.labels.v1.Label.revision_id] метки, к которой будет применен запрос на запись. Если это не последняя версия метки, запрос не будет обработан и вернет ошибку 400 Bad Request.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2024-11-13 UTC."],[[["Provides control over how write requests to the label are executed, defaulting to \"last write wins\" if not specified."],["Uses JSON representation to define the write control, focusing on the `control` field."],["Offers the `requiredRevisionId` field within the `control` field to ensure writes are applied to a specific revision of the label, preventing accidental overwrites."],["If `requiredRevisionId` doesn't match the latest revision, the write request will be rejected with a 400 Bad Request error."]]],[]]