AI-generated Key Takeaways
-
Describes a single operation (create, update, or remove) on a conversion action.
-
The
update_mask
field uses a FieldMask to specify which fields are modified in an update operation. -
The
operation
field is a union that can be one ofcreate
,update
, orremove
. -
A
create
operation does not expect a resource name for the new conversion action. -
An
update
operation requires the conversion action to have a valid resource name, while aremove
operation expects a specific resource name format.
A single operation (create, update, remove) on a conversion action.
Fields | |
---|---|
|
FieldMask that determines which resource fields are modified in an update. |
Union field
|
|
|
Create operation: No resource name is expected for the new conversion action. |
|
Update operation: The conversion action is expected to have a valid resource name. |
|
Remove operation: A resource name for the removed conversion action is expected, in this format:
|