BatchJobOperation

  • BatchJobOperation defines operations that can be performed on a single batch job.

  • Operations include creating a new batch job or removing an existing one.

  • When removing a batch job, you must provide its resource name and ensure it has not 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}