public sealed class CancelJobRequest : IMessage<CancelJobRequest>, IEquatable<CancelJobRequest>, IDeepCloneable<CancelJobRequest>, IBufferMessage, IMessage
[[["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-09 UTC."],[[["This page details the `CancelJobRequest` class, which is used to request the cancellation of a job in Google Cloud Dataproc, version 3.2.0."],["The `CancelJobRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version of this request is 5.17.0, however there is a list of various versions from 5.16.0 all the way down to 3.1.0 available for selection."],["`CancelJobRequest` objects can be constructed with a default constructor or by copying an existing `CancelJobRequest` object."],["The `CancelJobRequest` class includes properties for specifying the `JobId`, `ProjectId`, and `Region`, all of which are required to make a valid cancellation request."]]],[]]