זה שינוי אופציונלי. מסכת השדות משמשת לציון השדות שעליהם יתבצע כתיבה מחדש במשאב CodeRepositoryIndex על ידי העדכון. השדות שצוינו ב-updateMask הם יחסיים למשאב, ולא לבקשה המלאה. שדה ייכתב מחדש אם הוא נמצא במסכה. אם המשתמש לא יספק מסכה, כל השדות יימחקו.
זוהי רשימה של שמות שדות מוגדרים במלואם, שמופרדים בפסיקים. דוגמה: "user.displayName,photo"
requestId
string
זה שינוי אופציונלי. מזהה בקשה אופציונלי לזיהוי בקשות. עליכם לציין מזהה בקשה ייחודי כדי שאם תצטרכו לנסות שוב את הבקשה, השרת ידע להתעלם מהבקשה אם היא כבר הושלמה. השרת יבטיח את זה למשך 60 דקות לפחות ממועד הבקשה הראשונה.
מזהה הבקשה חייב להיות מזהה UUID תקין, למעט מזהה UUID של אפס (00000000-0000-0000-0000-000000000000).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["התוכן קשה להבנה","hardToUnderstand","thumb-down"],["שגיאות בקוד לדוגמה או במידע","incorrectInformationOrSampleCode","thumb-down"],["חסרים לי פרטים או דוגמאות","missingTheInformationSamplesINeed","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-06-09 (שעון UTC)."],[[["This endpoint updates the parameters of a single CodeRepositoryIndex resource using a PATCH request to a specific URL, which follows gRPC Transcoding syntax."],["The request includes path parameters, specifically `codeRepositoryIndex.name`, which is an immutable identifier for the resource."],["Optional query parameters such as `updateMask` allow specifying which fields should be updated, and `requestId` allows request tracking and retries."],["The request body requires an instance of CodeRepositoryIndex, while a successful response returns an instance of Operation."],["Updating this resource requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `cloudaicompanion.codeRepositoryIndexes.update` IAM permission."]]],[]]