public sealed class CancelJobRequest : IMessage<CancelJobRequest>, IEquatable<CancelJobRequest>, IDeepCloneable<CancelJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class CancelJobRequest.
[[["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 document provides reference information for the `CancelJobRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.2.0 and later."],["The `CancelJobRequest` class is used to construct requests for canceling a job, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists all the versions where you can utilize `CancelJobRequest` spanning from version 3.1.0 up to the latest version of 5.17.0."],["The `CancelJobRequest` class requires three properties to be set for usage: `JobId`, `ProjectId`, and `Region`, all of which are strings."],["The class inherits from `Object` and includes constructors for creating new instances of `CancelJobRequest`, including one that allows cloning from another `CancelJobRequest` instance."]]],[]]