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 page provides documentation for the `CancelJobRequest` class within the Google Cloud Dataproc v1 API, with the latest version being 5.17.0."],["`CancelJobRequest` is used to request the cancellation of a job and it inherits from the base object class and implements several interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `CancelJobRequest` class includes properties for specifying the `JobId`, `ProjectId`, and `Region`, which are all required to identify and locate the job to be canceled."],["The documentation lists all the available versions of the `CancelJobRequest` class, starting from version 5.17.0 down to version 3.1.0."],["The `CancelJobRequest` class has two constructors, one being an empty constructor and the second one taking another `CancelJobRequest` object as a parameter."]]],[]]