public sealed class InspectionRuleSet : IMessage<InspectionRuleSet>, IEquatable<InspectionRuleSet>, IDeepCloneable<InspectionRuleSet>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectionRuleSet.
Rule set for modifying a set of infoTypes to alter behavior under certain
circumstances, depending on the specific details of the rules within the set.
[[["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 `InspectionRuleSet` class, part of the Google Cloud Data Loss Prevention v2 API, defines rules for modifying how infoTypes are handled under specific circumstances."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is found in the `Google.Cloud.Dlp.V2` namespace within the `Google.Cloud.Dlp.V2.dll` assembly."],["The `InspectionRuleSet` class has two properties: `InfoTypes`, a list of `InfoType` objects it applies to, and `Rules`, a set of `InspectionRule` objects applied in order to the infoTypes."],["There are numerous versions of the `InspectionRuleSet` documentation available, ranging from the latest version, 4.16.0, down to version 2.15.0."]]],[]]