WriteControl
توفِّر هذه الميزة إمكانية التحكُّم في كيفية تنفيذ طلبات الكتابة. في حال عدم تحديد قيمة، تفوز آخر عملية كتابة.
تمثيل 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 "طلب سيئ".
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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\")."]]],[]]