BatchJobOperation

  • Batch job operations include creating or removing a batch job.

  • When creating a batch job, no resource name is required.

  • When removing a batch job, a resource name in a specific format is expected and the job must not have been run.

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}