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."],[[["The page provides documentation for the `CancelJobRequest` class within the Google Cloud Dataproc v1 API, specifically across multiple versions ranging from 3.1.0 to the latest 5.17.0."],["`CancelJobRequest` is used to send a request to cancel a job in Google Cloud Dataproc, as indicated by the class name and its description."],["The class `CancelJobRequest` implements several interfaces: `IMessage\u003cCancelJobRequest\u003e`, `IEquatable\u003cCancelJobRequest\u003e`, `IDeepCloneable\u003cCancelJobRequest\u003e`, `IBufferMessage`, and `IMessage`, showing its role in message handling and object comparison."],["The `CancelJobRequest` class requires three properties to be set: `JobId`, `ProjectId`, and `Region`, in order to correctly identify and locate the job to be cancelled."],["The documentation includes methods such as the class constructor, as well as inherited methods from the Object class."]]],[]]