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 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."]]],[]]