KeywordPlanOperation

การดําเนินการเดียว (สร้าง อัปเดต นําออก) แผนคีย์เวิร์ด

การแสดง JSON
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (KeywordPlan)
  },
  "update": {
    object (KeywordPlan)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
ช่อง
updateMask

string (FieldMask format)

FieldMask ซึ่งกำหนดว่าจะมีการแก้ไขฟิลด์ทรัพยากรใดในการอัปเดต

ซึ่งเป็นรายการชื่อฟิลด์ที่สมบูรณ์ในตัวเองซึ่งคั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"

ฟิลด์สหภาพ operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น
create

object (KeywordPlan)

การดำเนินการสร้าง: คาดว่าจะไม่มีชื่อทรัพยากรสำหรับแผนคีย์เวิร์ดใหม่

update

object (KeywordPlan)

การดำเนินการอัปเดต: แผนคีย์เวิร์ดควรมีชื่อทรัพยากรที่ถูกต้อง

remove

string

การนำการดำเนินการออก: ชื่อทรัพยากรของแผนคีย์เวิร์ดที่นำออกแล้วควรอยู่ในรูปแบบนี้

customers/{customerId}/keywordPlans/{keyword_plan_id}