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-03-24 UTC."],[[["The webpage details the `FinishDlpJobRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used to request the completion of a DLP hybrid job."],["Version 4.16.0 is the latest version, and there are various versions available, ranging from 4.16.0 down to 2.15.0."],["The `FinishDlpJobRequest` class is derived from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `FinishDlpJobRequest()`, and `FinishDlpJobRequest(FinishDlpJobRequest other)` to set it up."],["It includes properties such as `DlpJobName` (a typed view of the resource name) and `Name`, which is a string representing the DlpJob resource to be finished."]]],[]]