AI-generated Key Takeaways
-
This content describes a single operation (create, update, or remove) that can be performed on a campaign.
-
The
update_maskfield uses a FieldMask to specify which resource fields are modified during an update operation. -
The
operationfield is a union field that represents the mutate operation, which can be one ofcreate,update, orremove. -
A
createoperation does not expect a resource name for the new campaign, anupdateoperation requires a valid resource name, and aremoveoperation expects a resource name in the formatcustomers/{customer_id}/campaigns/{campaign_id}.
A single operation (create, update, remove) on a campaign.
| Fields | |
|---|---|
|
FieldMask that determines which resource fields are modified in an update. |
Union field
|
|
|
Create operation: No resource name is expected for the new campaign. |
|
Update operation: The campaign is expected to have a valid resource name. |
|
Remove operation: A resource name for the removed campaign is expected, in this format:
|