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.4.0."],["The `DeleteJobRequest` class is used to construct requests for the `TranscoderService.DeleteJob` method, enabling the deletion of a job in the API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["Key properties of the `DeleteJobRequest` class include `AllowMissing`, which determines the behavior if the job is not found, and `Name`, which is the required job name for deletion."],["This page also links to various other versions of `DeleteJobRequest` ranging from version 1.0.0 to the latest version 2.9.0."]]],[]]