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 reference documentation for the `CancelJobRequest` class within the Google Cloud Dataproc v1 API, with the latest version being 5.17.0."],["The `CancelJobRequest` class is used to create a request to cancel a job within the Dataproc service, and it includes constructors for creating new instances."],["It contains three properties, `JobId`, `ProjectId`, and `Region`, all of which are strings and required for identifying the job to be canceled, the project it belongs to, and the region it's in, respectively."],["The `CancelJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role and capabilities in the .NET environment."]]],[]]