Class DeleteJobRequest (1.4.2)

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.

Inheritance

builtins.object > proto.message.Message > DeleteJobRequest