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 for version 2.2.0."],["`DeleteJobRequest` is a request message used by `TranscoderService.DeleteJob` to delete a specified job."],["The latest version available is 2.9.0 with previous versions available all the way to 1.0.0, for which this function can also be found."],["The `DeleteJobRequest` class includes properties like `AllowMissing`, `JobName`, and `Name`, which are used to specify details about the job to be deleted, including its name and if the deletion should be considered successful even if the job is not found."],["The `DeleteJobRequest` class inherits from `Object` and implements `IMessage\u003cDeleteJobRequest\u003e`, `IEquatable\u003cDeleteJobRequest\u003e`, `IDeepCloneable\u003cDeleteJobRequest\u003e`, `IBufferMessage` and `IMessage`."]]],[]]