התפקיד הזה מאפשר לשלוט באופן הביצוע של בקשות לכתיבה. אם לא מגדירים ערך, פעולת הכתיבה האחרונה היא הקובעת.
ייצוג 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.
[[["התוכן קל להבנה","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 (שעון 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."]]],[]]