public sealed class FinishDlpJobRequest : IMessage<FinishDlpJobRequest>, IEquatable<FinishDlpJobRequest>, IDeepCloneable<FinishDlpJobRequest>, IBufferMessage, IMessage
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-04-09 UTC."],[[["This webpage details the `FinishDlpJobRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used for requesting the completion of a DLP hybrid job."],["The class is part of the Google.Cloud.Dlp.V2.dll assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are several versions of this request available, from the latest version 4.16.0 all the way down to 2.15.0, as outlined in the navigation."],["The `FinishDlpJobRequest` class has two constructors and two primary properties, `DlpJobName` which is a `DlpJobName` type, and `Name` which is a string, both used to identify the specific job to be finished."]]],[]]