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.8.0."],["The `DeleteJobRequest` class is used to construct requests for the `TranscoderService.DeleteJob` method, enabling the deletion of a job in a project."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are integral to the Google Protobuf library."],["The `DeleteJobRequest` class has properties like `AllowMissing`, `JobName`, and `Name`, which are used to specify details about the deletion request."],["The document outlines various versions of the API including the latest 2.9.0, and older versions such as 2.7.0 all the way back to 1.0.0, allowing developers to view information for different release versions."]]],[]]