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."],[[["The latest version of the `CancelJobRequest` class is 5.17.0, but this page covers versions ranging from 3.1.0 to 5.17.0, providing a comprehensive overview of its evolution."],["`CancelJobRequest` is used to request the cancellation of a job in the Google Cloud Dataproc service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["To use `CancelJobRequest`, you must provide a `JobId`, `ProjectId`, and `Region` that are required properties for making a cancellation request."],["The `CancelJobRequest` class is located within the `Google.Cloud.Dataproc.V1` namespace and is part of the `Google.Cloud.Dataproc.V1.dll` assembly."]]],[]]