public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class DeleteJobRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DeleteJobRequest` class within the Google Cloud Video Transcoder V1 API, specifically version 2.6.0, with links to other versions as well."],["`DeleteJobRequest` is a request message used to delete a job within the `TranscoderService`, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AllowMissing`, which determines if the request will succeed even if the job isn't found, `JobName`, which is a typed view of the job's resource name, and `Name`, which specifies the job to be deleted."],["The documentation details the constructors for the `DeleteJobRequest` class, one being a parameterless constructor and the other taking another `DeleteJobRequest` as a parameter for copying."],["The webpage provides a version history of the Transcoder API, from version 1.0.0 up to the latest version 2.9.0."]]],[]]