public sealed class InspectionRuleSet : IMessage<InspectionRuleSet>, IEquatable<InspectionRuleSet>, IDeepCloneable<InspectionRuleSet>, IBufferMessage, IMessage
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-03-24 UTC."],[[["This webpage details the `InspectionRuleSet` class, which is part of the Google Cloud Data Loss Prevention (DLP) library, version 3.2.0 and above."],["The `InspectionRuleSet` class is a rule set used to modify the behavior of specific infoTypes under certain conditions, allowing for customization in how data is inspected."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for advanced functionalities."],["The class contains two main properties: `InfoTypes`, a list of infoTypes this rule set applies to, and `Rules`, a set of inspection rules that are applied to the infoTypes in a specific order."],["Multiple versions of `InspectionRuleSet` are available, ranging from 2.15.0 to the latest 4.16.0, each having its own documentation."]]],[]]