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 reference documentation for the `GetDlpJobRequest` class within the Google Cloud Data Loss Prevention v2 API for .NET."],["The `GetDlpJobRequest` class is used as the request message for the `DlpJobs.GetDlpJob` function, enabling users to retrieve information about a specific DLP job."],["The latest version available is 4.16.0, and the page documents versions down to 2.15.0, offering a range of historical API references."],["`GetDlpJobRequest` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in the API's messaging and object handling system."],["Key properties of the `GetDlpJobRequest` class include `DlpJobName` (typed view over `Name`) and `Name`, which is a string representing the required name of the DlpJob resource."]]],[]]