public sealed class FinishDlpJobRequest : IMessage<FinishDlpJobRequest>, IEquatable<FinishDlpJobRequest>, IDeepCloneable<FinishDlpJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class FinishDlpJobRequest.
The request message for finishing a DLP hybrid job.
[[["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-24 UTC."],[[["This webpage provides documentation for the `FinishDlpJobRequest` class within the Google Cloud Data Loss Prevention v2 API, specifically for .NET."],["The latest version of `FinishDlpJobRequest` is available in version 4.16.0, with documentation accessible via a link, and a list of versions going back to 2.15.0 is available for review."],["`FinishDlpJobRequest` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the `object` class."],["The `FinishDlpJobRequest` class has two constructors, a default one, and one that takes another `FinishDlpJobRequest` as a parameter."],["The class contains two properties, `DlpJobName`, a typed view over the `Name` property, and `Name`, which is a string that is required to be the name of the DlpJob resource to be cancelled."]]],[]]