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-03-24 UTC."],[[["This webpage details the `InspectJobConfig` class within the `Google.Cloud.Dlp.V2` namespace, specifically for .NET development, and it is currently at version 4.0.0, with 4.16.0 being the latest available version."],["The `InspectJobConfig` class controls the parameters and methods for inspecting data to locate sensitive information and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `InspectJobConfig` include `Actions` (for post-job actions), `InspectConfig` (defines how and what to scan), `InspectTemplateName` (allows for using a predefined template), and `StorageConfig` (specifies the data source to be scanned)."],["The page provides links to various versions of the `InspectJobConfig` class, from 2.15.0 up to the latest 4.16.0, and references to related classes and interfaces for more in-depth understanding."],["Two constructors, `InspectJobConfig()` and `InspectJobConfig(InspectJobConfig other)`, allow for creating new instances and making copies."]]],[]]