Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
BatchJobOperation
A single operation on a batch job.
Fields |
Union field operation
operation . The mutate operation. operation can be only one of the following: |
create
|
BatchJob
Create operation: No resource name is expected for the new batch job.
|
remove
|
string
Remove operation: The batch job must not have been run. A resource name for the removed batch job is expected, in this format: customers/{customer_id}/batchJobs/{batch_job_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 2025-02-24 UTC.
[null,null,["Last updated 2025-02-24 UTC."],[[["Represents a single operation within a batch job, either creating a new batch job or removing an existing one."],["Creating a batch job using this operation does not require a resource name."],["Removing a batch job requires providing the resource name and ensures the job hasn't been executed."],["The operation type is indicated by the `operation` field, which can be either `create` or `remove`."]]],["The content details a single operation applicable to a batch job. This operation can be either a `create` or `remove` action. `Create` operations initiate a new batch job and do not require a resource name. Conversely, `remove` operations delete an existing batch job, identified by a resource name in the format `customers/{customer_id}/batchJobs/{batch_job_id}`, provided it has not yet been executed.\n"]]