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