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."],[[["The latest version available for the `DeleteJobRequest` class in the Google Cloud Dataproc v1 API is 5.17.0, and there are many previous versions accessible, ranging down to version 3.1.0."],["The `DeleteJobRequest` class is used to create a request for deleting a job within the Google Cloud Dataproc service, as part of the `Google.Cloud.Dataproc.V1` namespace."],["The `DeleteJobRequest` class implements several interfaces including `IMessage`, `IEquatable\u003cDeleteJobRequest\u003e`, `IDeepCloneable\u003cDeleteJobRequest\u003e`, and `IBufferMessage`, indicating its role within the .NET and Protobuf frameworks."],["The class has two constructors, a default one `DeleteJobRequest()` and an overloaded one `DeleteJobRequest(DeleteJobRequest other)`, which allows for creating a copy."],["This class has three properties that are required for a proper implementation, these include: `JobId`, `ProjectId`, and `Region`."]]],[]]