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, which is used to define how and what to inspect for findings within the Google Cloud Data Loss Prevention (DLP) service."],["The latest version of the `InspectJobConfig` documentation is 4.16.0, and the page provides links to documentation for multiple versions, ranging from 2.15.0 up to 4.16.0."],["The `InspectJobConfig` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `InspectJobConfig` include `Actions` (to execute actions at job completion), `InspectConfig` (for defining the inspection parameters), `InspectTemplateName` (for using a template), and `StorageConfig` (to specify the data to be scanned)."],["The class contains two constructors, one default constructor and another that allows passing an `InspectJobConfig` object into it."]]],[]]