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 document provides reference information for the `DeleteJobRequest` class within the Google Cloud Video Transcoder v1 API, specifically version 2.3.0."],["`DeleteJobRequest` is used as the request message for `TranscoderService.DeleteJob` and allows deleting a job, using the job's unique identifier."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, indicating its capabilities for message handling, comparison, cloning, and buffer management."],["Key properties include `AllowMissing` (to handle cases where the job doesn't exist) and `Name` (which is required and specifies the job to be deleted)."],["The latest release of this API is 2.9.0, and this page contains all versions dating back to version 1.0.0."]]],[]]