Yazma isteklerinin nasıl yürütüleceğini kontrol eder. Belirtilmediğinde son yazma işlemi kazanır.
JSON gösterimi
{// Union field control can be only one of the following:"requiredRevisionId": string// End of list of possible types for union field control.}
Alanlar
Birleştirme alanı control. Yazılacak etiketin düzeltmesini ve bu düzeltme, etiketin geçerli düzeltmesi değilse isteğin nasıl davranması gerektiğini belirler. control şunlardan yalnızca biri olabilir:
requiredRevisionId
string
Yazma isteğinin uygulanacağı etiketin [revisionId][google.apps.drive.labels.v1.Label.revision_id] bilgisi. Bu, etiketin en son düzeltmesi değilse istek işlenmez ve 400 Hatalı İstek hatası döndürür.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-10-15 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."]]],[]]