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."],[[["This webpage provides documentation for the `InspectionRuleSet` class within the Google Cloud Data Loss Prevention (DLP) v2 API, detailing its functionality and implementation."],["The `InspectionRuleSet` class, found in the `Google.Cloud.Dlp.V2` namespace, is used to modify how a set of `infoTypes` behave under specific circumstances based on the rules within it."],["The documentation includes details on the class's inheritance (`object`), the interfaces it implements, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and its constructors and properties, such as `InfoTypes` and `Rules`."],["The latest version available for `InspectionRuleSet` is 4.16.0, with numerous previous versions, starting at 2.15.0, also having documentation on this page."],["`InspectionRuleSet` has properties, `InfoTypes` and `Rules` which are used to designate the `infoTypes` a specific rule set will apply to, and the set of rules to be applied to them, respectively."]]],[]]