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-03-25 UTC."],[[["The `CancelJobRequest` class in the Google Cloud Dataplex v1 API allows users to cancel task jobs."],["Version 3.6.0 is the latest available version, with versions ranging down to 1.0.0 available for the `CancelJobRequest` in the documentation."],["`CancelJobRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `CancelJobRequest` class has two constructors, `CancelJobRequest()` and `CancelJobRequest(CancelJobRequest)`, and includes properties such as `JobName` and `Name`."],["The `Name` property within the `CancelJobRequest` class requires a resource name formatted as: `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/task/{task_id}/job/{job_id}`."]]],[]]