توفِّر هذه الميزة إمكانية التحكُّم في كيفية تنفيذ طلبات الكتابة. في حال عدم تحديد قيمة، تفوز آخر عملية كتابة.
تمثيل 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 "طلب سيئ".
تاريخ التعديل الأخير: 2024-10-15 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-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\")."]]],[]]