public sealed class HybridInspectJobTriggerRequest : IMessage<HybridInspectJobTriggerRequest>, IEquatable<HybridInspectJobTriggerRequest>, IDeepCloneable<HybridInspectJobTriggerRequest>, 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-21 UTC."],[[["This webpage details the `HybridInspectJobTriggerRequest` class within the `Google.Cloud.Dlp.V2` namespace, which is used to initiate a search for sensitive information in a custom location."],["The `HybridInspectJobTriggerRequest` class is part of the Google.Cloud.Dlp.V2 library, specifically within the Google.Cloud.Dlp.V2.dll assembly, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides documentation for various versions of the `HybridInspectJobTriggerRequest` class, ranging from version 2.15.0 to the latest version, 4.16.0, including links to the documentation for every version."],["The class has a constructor that can be used to instantiate with or without a `HybridInspectJobTriggerRequest` parameter, as well as properties for `HybridItem`, `JobTriggerName` and `Name` to configure the content to inspect and job trigger."],["The `HybridInspectJobTriggerRequest` class inherits from `Object`, offering standard methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, enabling a variety of interactions with the object."]]],[]]