BiddingDataExclusionOperation
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}
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["Mutate BiddingDataExclusions with a single operation: create, update, or remove."],["Specify the operation using the `operation` field with the corresponding request type."],["When updating, use `update_mask` to indicate the fields to modify."],["Provide a valid resource name when updating or removing a BiddingDataExclusion."],["For creation, a resource name is not required."]]],[]]