BiddingSeasonalityAdjustmentOperation

  • This operation allows for single create, remove, or update actions on a seasonality adjustment.

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

  • The operation field, a union field, specifies the type of mutate operation (create, update, or remove) to perform.

  • A create operation does not require a resource name, an update operation expects a valid resource name, and a remove operation requires a resource name in a specific format.

A single operation (create, remove, update) on a seasonality adjustment.

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

BiddingSeasonalityAdjustment

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

update

BiddingSeasonalityAdjustment

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

remove

string

Remove operation: A resource name for the removed seasonality adjustment is expected, in this format:

customers/{customer_id}/biddingSeasonalityAdjustments/{seasonality_adjustment_id}