BatchJobOperation

  • BatchJobOperation defines a single operation to perform on a batch job.

  • The operation field can either be create to create a new BatchJob or remove to remove an existing one.

  • Removing a batch job requires its resource name 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}