BiddingDataExclusionOperation

  • This document describes a single operation for managing data exclusions, including create, remove, and update functions.

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

  • The operation field is a union field that can be either create, update, or remove.

  • Create operations do not require a resource name, while update and remove operations require a valid resource name.

  • Remove operations expect the resource name in the format customers/{customer_id}/biddingDataExclusions/{data_exclusion_id}.

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}