AI-generated Key Takeaways
-
A single operation (create, update, or remove) is performed on a campaign.
-
The
update_mask
field uses a FieldMask to specify which resource fields are modified during an update. -
The
operation
field is a union field that can be eithercreate
,update
, orremove
. -
The
create
operation does not expect a resource name, while theupdate
andremove
operations do, withremove
requiring a specific format including the customer and campaign IDs.
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:
|