CustomerClientLinkOperation

  • Describes a single operation on a CustomerClientLink, supporting either create or update actions.

  • The update_mask field uses a FieldMask to specify which resource fields are modified during an update.

  • The operation field is a union that determines the type of mutate operation, accepting either create or update.

  • A create operation does not require a resource name, while an update operation expects a valid resource name for the link.

A single operation (create, update) on a CustomerClientLink.

Fields

update_mask

FieldMask

FieldMask that determines which resource fields are modified in an update.

Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

CustomerClientLink

Create operation: No resource name is expected for the new link.

update

CustomerClientLink

Update operation: The link is expected to have a valid resource name.