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-04-09 UTC."],[[["This page provides reference documentation for the `DeleteJobRequest` class within the Google Cloud Dataproc v1 API, with the latest version being 5.17.0."],["The `DeleteJobRequest` class is used to create a request to delete a job and is available in multiple versions, ranging from 5.17.0 down to 3.1.0."],["The `DeleteJobRequest` class includes properties such as `JobId`, `ProjectId`, and `Region`, which are all required to be used in order to delete the job."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors are available for the `DeleteJobRequest` class, including a parameterless constructor and one that takes another `DeleteJobRequest` as a parameter."]]],[]]