Memberikan kontrol atas cara permintaan tulis dijalankan. Jika tidak ditentukan, penulisan terakhir akan menang.
Representasi JSON
{// Union field control can be only one of the following:"requiredRevisionId": string// End of list of possible types for union field control.}
Kolom
Kolom union control. Menentukan revisi label sebagai tujuan penulisan dan perilaku permintaan jika revisi tersebut bukan revisi label saat ini. control hanya dapat berupa salah satu dari berikut:
requiredRevisionId
string
[revisionId][google.apps.drive.labels.v1.Label.revision_id] label tempat permintaan tulis akan diterapkan. Jika ini bukan revisi label terbaru, permintaan tidak akan diproses dan akan menampilkan pesan error 400 Bad Request.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]