Class DeleteJobRequest (1.2.1)

DeleteJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for TranscoderService.DeleteJob.

Attributes

NameDescription
name str
Required. The name of the job to delete. Format: projects/{project}/locations/{location}/jobs/{job}
allow_missing bool
If set to true, and the job is not found, the request will succeed but no action will be taken on the server.