public sealed class CancelJobRequest : IMessage<CancelJobRequest>, IEquatable<CancelJobRequest>, IDeepCloneable<CancelJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex 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-04-09 UTC."],[[["This webpage provides reference documentation for the `CancelJobRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.14.0 and its purpose in canceling task jobs."],["The `CancelJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The documentation details the class's constructors, including a parameterless constructor and one that takes another `CancelJobRequest` object, offering flexibility in object instantiation."],["The `CancelJobRequest` class has two main properties, `JobName`, which provides a typed view over the resource name, and `Name`, a string property representing the resource name of the job to be canceled, in the format: `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/task/{task_id}/job/{job_id}`."],["The page shows the different versions for the `CancelJobRequest` class, starting from 1.0.0 up to the most recent one, 3.6.0, with all the versions being listed in a reverse chronological order."]]],[]]