Class DeleteJobRequest (1.3.2)

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

Request message for TranscoderService.DeleteJob.

Attributes

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