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 previous versions, ranging down to 1.0.0, are also available."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing various functionalities like deep cloning and equality checks."],["The `CancelJobRequest` class includes a `Name` property, which is a string that represents the resource name of the job and is required to specify which job to cancel."],["The `CancelJobRequest` class features a `JobName` property, providing a typed view over the job's resource name."]]],[]]