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-03-24 UTC."],[[["This webpage details the `GetDlpJobRequest` class, which is used as the request message for the `DlpJobs.GetDlpJob` function within the Google Cloud DLP API."],["The `GetDlpJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer message management."],["The class has two constructors: a default constructor `GetDlpJobRequest()` and a copy constructor `GetDlpJobRequest(GetDlpJobRequest other)`, and it also has properties for setting the `DlpJobName` as a resource and setting the `Name` of the resource."],["This page provides documentation for multiple versions of the `GetDlpJobRequest` class, ranging from version 2.15.0 to the latest 4.16.0."]]],[]]