CustomInterestOperation

  • This page describes operations for creating or updating a custom interest.

  • The update_mask field is a FieldMask used to specify which fields are modified during an update operation.

  • The operation field is a union field that can be either a create operation (for new custom interests) or an update operation (for existing custom interests with a valid resource name).

A single operation (create, update) on a custom interest.

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

CustomInterest

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

update

CustomInterest

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