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-10-12 UTC.
[null,null,["Last updated 2024-10-12 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`."]]],[]]