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 page provides documentation for the `DeleteJobRequest` class within the Google Cloud Dataproc v1 API, specifically focusing on version 5.15.0 and offering links to other versions."],["The `DeleteJobRequest` class is used to make requests to delete a job within the Google Cloud Dataproc environment, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteJobRequest` class has two constructors, one default and another that allows you to copy the properties of another `DeleteJobRequest` object, and also contains three essential properties: `JobId`, `ProjectId`, and `Region`, which are all strings and are required to successfully delete a job."],["This documentation includes inherited members from the base `object` class, like `GetHashCode()`, `GetType()`, and `ToString()`."],["The provided content covers a range of available versions, from 3.1.0 all the way up to the latest, 5.17.0, of the `DeleteJobRequest` class, allowing users to access documentation for specific releases."]]],[]]