public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc 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 Dataproc v1 API, including its properties and implementation details."],["The `DeleteJobRequest` class is used to send a request to delete a job, and it supports versions ranging from 3.1.0 up to the latest 5.17.0."],["The `DeleteJobRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteJobRequest` class include `JobId`, `ProjectId`, and `Region`, all of which are required for job deletion requests."],["This document also covers the constructors of the `DeleteJobRequest` class."]]],[]]