זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-REST. רוב ספריות הלקוחות הרשמיות שלנו משתמשות ב-gRPC. פרטים נוספים זמינים ב
מבוא ל-REST.
AudienceOperation
פעולה יחידה (יצירה, עדכון) על קהל.
ייצוג ב-JSON |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (Audience )
},
"update": {
object (Audience )
}
// End of list of possible types for union field operation .
} |
שדות |
updateMask |
string (FieldMask format)
FieldMask שמגדיר אילו שדות של המשאב ישתנו בעדכון. זוהי רשימה של שמות שדות מוגדרים במלואם, שמופרדים בפסיקים. דוגמה: "user.displayName,photo"
|
שדה האיחוד operation . פעולת השינוי. הערך של operation יכול להיות רק אחת מהאפשרויות הבאות: |
create |
object (Audience )
פעולת יצירה: לא צפוי שם משאב לקהל החדש
|
update |
object (Audience )
פעולת עדכון: לקהל צריך להיות שם משאב תקין.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-06 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-06 (שעון UTC)."],[[["This page describes the JSON schema for a single operation (create or update) on an audience."],["The `operation` field determines whether to create or update, with corresponding object data for the audience."],["When creating, no resource name is needed; when updating, a valid resource name is required for the audience."],["The `updateMask` field specifies which fields of the resource are modified in an update operation using FieldMask format."]]],[]]