ExperimentArmOperation

פעולה אחת בזרוע של ניסוי.

ייצוג ב-JSON
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (ExperimentArm)
  },
  "update": {
    object (ExperimentArm)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
שדות
updateMask

string (FieldMask format)

FieldMask שמגדיר אילו שדות של המשאב ישתנו בעדכון.

זוהי רשימה של שמות שדות מוגדרים במלואם, שמופרדים בפסיקים. דוגמה: "user.displayName,photo"

שדה האיחוד operation. פעולת השינוי. הערך של operation יכול להיות רק אחת מהאפשרויות הבאות:
create

object (ExperimentArm)

פעולת יצירה

update

object (ExperimentArm)

פעולת עדכון: זרוע הניסוי אמורה לכלול שם משאב תקין.

remove

string

פעולת הסרה: לזרוע הניסוי אמור להיות שם משאב תקין, בפורמט הזה:

customers/{customerId}/experiments/{campaign_experiment_id}