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 (שעון UTC).
[null,null,["עדכון אחרון: 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\")."]]],[]]