WriteControl
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.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-10-15 UTC.
[null,null,["Terakhir diperbarui pada 2024-10-15 UTC."],[[["This documentation describes how to control write request behavior for Google Drive labels using JSON."],["You can specify a `requiredRevisionId` to ensure your write request only applies to a specific revision of the label."],["If `requiredRevisionId` doesn't match the latest label revision, the request will be rejected with a 400 Bad Request error."],["When no control is specified, the last write operation will be the one that is applied (\"last write wins\")."]]],[]]