public sealed class InspectJobConfig : IMessage<InspectJobConfig>, IEquatable<InspectJobConfig>, IDeepCloneable<InspectJobConfig>, IBufferMessage, IMessage
If provided, will be used as the default for all values in InspectConfig.
inspect_config will be merged into the values persisted as part of the
template.
[[["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."],[[["The webpage documents the `InspectJobConfig` class, which is used to define what and how to inspect data for findings within the Google Cloud Data Loss Prevention (DLP) service."],["This class is found within the `Google.Cloud.Dlp.V2` namespace and is part of the `Google.Cloud.Dlp.V2.dll` assembly, and has a variety of different versions of this same class, from 2.15.0 all the way to the latest, 4.16.0."],["`InspectJobConfig` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `Object` class."],["Key properties of the `InspectJobConfig` class include `Actions`, `InspectConfig`, `InspectTemplateName`, and `StorageConfig`, which define actions to be executed, the inspection configuration, an inspection template, and the storage configuration for the data to be scanned respectively."],["This class has two constructors, one being blank, and the second taking in another version of itself as an argument."]]],[]]