AI-generated Key Takeaways
-
Describes a single operation on a keyword plan, which can be create, update, or remove.
-
Includes
update_mask
for specifying which fields are modified during an update operation. -
The
operation
field is a union field, meaning only one ofcreate
,update
, orremove
can be used per operation. -
The
create
operation doesn't require a resource name, whileupdate
requires a valid resource name andremove
requires a specific resource name format.
A single operation (create, update, remove) on a keyword plan.
Fields | |
---|---|
|
The FieldMask that determines which resource fields are modified in an update. |
Union field
|
|
|
Create operation: No resource name is expected for the new keyword plan. |
|
Update operation: The keyword plan is expected to have a valid resource name. |
|
Remove operation: A resource name for the removed keyword plan is expected in this format:
|