public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
[[["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 page details the `DeleteJobRequest` class within the `Google.Cloud.Dataproc.V1` namespace, used to request the deletion of a job, and is found in version 3.1.0 of the API."],["The `DeleteJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["This class contains three key properties: `JobId`, `ProjectId`, and `Region`, all of which are strings and required for processing the delete job request."],["The latest available version of DeleteJobRequest is version 5.17.0, but this page provides access to a range of earlier versions going as far back as version 3.1.0."]]],[]]