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 webpage details the `DeleteJobRequest` class within the `Google.Cloud.Dataproc.V1` namespace, specifically focusing on version 3.2.0 and referencing other versions."],["The `DeleteJobRequest` class is used to initiate a request for deleting a job within Google Cloud Dataproc and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`DeleteJobRequest()`) and a copy constructor (`DeleteJobRequest(DeleteJobRequest other)`), to instantiate the class."],["The `DeleteJobRequest` class includes three essential properties to specify the job to be deleted: `JobId`, `ProjectId`, and `Region`, all of which are of type string."],["The most recent version available of `DeleteJobRequest` is version `5.17.0`, with numerous prior versions listed for reference, going all the way back to `3.1.0`."]]],[]]