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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]