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-17 UTC."],[[["This webpage provides reference documentation for the `DeleteJobRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.16.0."],["The `DeleteJobRequest` class is used to create requests for deleting a job in Google Cloud Dataproc, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteJobRequest` class has properties such as `JobId`, `ProjectId`, and `Region`, which are required to specify the job to be deleted and the project and region where it is located."],["The documentation includes links to various versions of the `DeleteJobRequest` class, ranging from version 5.17.0 (latest) down to version 3.1.0, allowing developers to access specific version information."],["The page is within the `Google.Cloud.Dataproc.V1` namespace, and it provides information on the constructors available for the `DeleteJobRequest` class, including a default constructor and one that takes another `DeleteJobRequest` as a parameter."]]],[]]