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 webpage provides reference documentation for the `DeleteJobRequest` class within the Google Cloud Dataproc v1 API, across multiple versions, starting from version 3.1.0 all the way to the latest 5.17.0."],["The `DeleteJobRequest` class is used to create a request for deleting a job within Google Cloud Dataproc, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors and properties such as `JobId`, `ProjectId`, and `Region`, which are required to identify and specify the job that needs to be deleted."],["This documentation also outlines inheritance details and other members of the `DeleteJobRequest` class, detailing how it relates to the base `object` class and provides links to external documentation like Microsoft's .NET API."],["There are many available versions of this api, including the latest 5.17.0 and each version from 5.16.0 all the way down to 3.1.0."]]],[]]