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 documentation for the `DeleteJobRequest` class within the Google Cloud Dataproc v1 API, specifically in the .NET environment."],["The content covers versions ranging from 3.1.0 to the latest release, 5.17.0, detailing how the `DeleteJobRequest` API has been present in the library throughout these versions."],["The `DeleteJobRequest` class is used to construct a request for deleting a Dataproc job and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteJobRequest` class has three main properties `JobId`, `ProjectId`, and `Region`, which are all required to construct a request to delete a specific job in a specific region of a given project."]]],[]]