AI-generated Key Takeaways
-
This operation supports creating or updating a single conversion custom variable.
-
The
update_mask
field uses a FieldMask to specify which resource fields are modified during an update. -
The
operation
field, which can be eithercreate
orupdate
, determines the type of mutate operation being performed. -
A
create
operation does not require a resource name for the new conversion custom variable, while anupdate
operation expects a valid resource name for the conversion custom variable being modified.
A single operation (create, update) on a conversion custom variable.
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 custom variable. |
|
Update operation: The conversion custom variable is expected to have a valid resource name. |