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."],["The latest version of this API is 3.6.0, and documentation for other versions, ranging from 1.0.0 to 3.5.0, is available."],["The `CancelJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Instances of the `CancelJobRequest` can be created with the default constructor or by passing another `CancelJobRequest` instance."],["The `CancelJobRequest` object requires a job name, accessible either through a `JobName` object or directly as a string under the \"Name\" property, which follows a specific resource name format."]]],[]]