BiddingDataExclusionOperation

  • This document describes a single operation (create, remove, or update) on a data exclusion.

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

  • The operation field is a union field that determines the type of mutate operation being performed.

  • The create, update, and remove fields represent the three possible types of data exclusion operations.

A single operation (create, remove, update) on a data exclusion.

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

BiddingDataExclusion

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

update

BiddingDataExclusion

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

remove

string

Remove operation: A resource name for the removed data exclusion is expected, in this format:

customers/{customer_id}/biddingDataExclusions/{data_exclusion_id}