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 reference documentation for the `DeleteJobRequest` class within the Google Cloud Video Transcoder v1 API, specifically version 2.7.0."],["`DeleteJobRequest` is used as the request message for the `TranscoderService.DeleteJob` function, facilitating the deletion of a job."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data cloning."],["The `DeleteJobRequest` class has properties like `AllowMissing`, `JobName`, and `Name` to configure the deletion request, such as handling cases where a job is not found or specifying the name of the job to be deleted."],["There are various versions of this documentation available, ranging from version 1.0.0 up to the latest version 2.9.0."]]],[]]