BatchJobOperation

  • BatchJobOperation defines operations on a single batch job.

  • You can create a new batch job with the create operation.

  • You can remove an existing batch job with the remove operation, provided it hasn't 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}