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-03-21 UTC."],[[["This webpage details the `CancelJobRequest` class, which is used to request the cancellation of a job in Google Cloud Dataproc, as part of the Google.Cloud.Dataproc.V1 namespace, version 3.1.0."],["The `CancelJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use within the context of Protobuf and other .NET capabilities."],["The class provides constructors for creating a new instance or a copy of an existing `CancelJobRequest` object."],["The class has three main properties: `JobId` (the job's unique identifier), `ProjectId` (the Google Cloud project ID), and `Region` (the Dataproc region), all of which are required to cancel the target job."],["The page provides links to other version of this request all the way up to 5.17.0, the latest, and down to 3.1.0."]]],[]]