public sealed class HybridInspectDlpJobRequest : IMessage<HybridInspectDlpJobRequest>, IEquatable<HybridInspectDlpJobRequest>, IDeepCloneable<HybridInspectDlpJobRequest>, IBufferMessage, IMessage
Request to search for potentially sensitive info in a custom location.
[[["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 `HybridInspectDlpJobRequest` class, which is used to request the scanning of custom locations for sensitive information within the Google Cloud DLP (Data Loss Prevention) service."],["The latest version documented is 4.16.0, with a comprehensive list of previous versions including 4.15.0 down to 2.15.0 for reference, allowing for easy access to information on the history of updates."],["The `HybridInspectDlpJobRequest` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["The class features two constructors, one default and another that accepts an existing `HybridInspectDlpJobRequest` object for cloning, and includes properties like `DlpJobName`, `HybridItem`, and `Name` to define the inspection request."],["The assembly the class is located in is `Google.Cloud.Dlp.V2.dll` in the `Google.Cloud.Dlp.V2` namespace."]]],[]]