AI-generated Key Takeaways
-
Describes a single operation on a CustomerClientLink, which can be either a create or update action.
-
Includes an
update_mask
field, a FieldMask used to specify which resource fields are modified during an update operation. -
Features an
operation
union field to define the mutate operation, limited to either a create or an update. -
The
create
operation does not require a resource name for the new link. -
The
update
operation requires the link to have a valid resource name.
A single operation (create, update) on a CustomerClientLink.
Fields | |
---|---|
|
FieldMask that determines which resource fields are modified in an update. |
Union field
|
|
|
Create operation: No resource name is expected for the new link. |
|
Update operation: The link is expected to have a valid resource name. |