public sealed class GetDlpJobRequest : IMessage<GetDlpJobRequest>, IEquatable<GetDlpJobRequest>, IDeepCloneable<GetDlpJobRequest>, IBufferMessage, IMessage
[[["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 provides documentation for the `GetDlpJobRequest` class, which is part of the Google Cloud Data Loss Prevention (DLP) API's .NET library."],["The `GetDlpJobRequest` class is a request message used to retrieve a specific DLP job by its name, as part of the `DlpJobs.GetDlpJob` process."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are core interfaces related to proto buffer messages and class comparisons."],["The page lists available versions for the `GetDlpJobRequest` class, ranging from version 2.15.0 to the latest version, 4.16.0."],["The `GetDlpJobRequest` class has properties including `DlpJobName` and `Name` that are essential when calling the API method."]]],[]]