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 latest version of `InspectJobConfig` is 4.16.0, with the document also providing access to previous versions, all the way down to version 2.15.0."],["`InspectJobConfig` is a class that controls what and how to inspect for findings, implementing several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class `InspectJobConfig` includes properties such as Actions, InspectConfig, InspectTemplateName, and StorageConfig, to configure the data inspection and the actions to take upon job completion."],["The `InspectJobConfig` class offers two constructors: one default constructor and another that accepts an `InspectJobConfig` object, to create a copy."],["The namespace for this class is Google.Cloud.Dlp.V2, found within the Google.Cloud.Dlp.V2.dll assembly."]]],[]]