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 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["Batch operations involve a single action, either creating or removing a batch job."],["Creating a batch job doesn't require a resource name as it's generated during the process."],["Removing a batch job requires the batch job's resource name and can only be performed if the job hasn't been executed."]]],[]]