public sealed class GetDlpJobRequest : IMessage<GetDlpJobRequest>, IEquatable<GetDlpJobRequest>, IDeepCloneable<GetDlpJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class GetDlpJobRequest.
[[["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 `GetDlpJobRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for the .NET framework."],["The `GetDlpJobRequest` class is used to request information about a specific DLP job, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a parameterless constructor and another that accepts another `GetDlpJobRequest` object, used for copying."],["The `GetDlpJobRequest` class has properties like `DlpJobName`, which provides a typed view of the job's resource name, and `Name`, which is a required string field specifying the name of the DlpJob resource."],["The page also provides an overview of the available versions of the `GetDlpJobRequest`, showing a list of versions ranging from 2.15.0 to the latest 4.16.0."]]],[]]