AI-generated Key Takeaways
-
Describes a single operation for creating, updating, or removing a campaign.
-
The
update_mask
field uses a FieldMask to specify which resource fields are modified during an update. -
The
operation
union field indicates the type of mutate operation, which can becreate
,update
, orremove
. -
The
create
operation expects no resource name, while theupdate
operation requires a valid resource name, and theremove
operation requires a resource name in a specific format.
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:
|