public sealed class DetectionRule : IMessage<CustomInfoType.Types.DetectionRule>, IEquatable<CustomInfoType.Types.DetectionRule>, IDeepCloneable<CustomInfoType.Types.DetectionRule>, IBufferMessage, IMessage
Deprecated; use InspectionRuleSet instead. Rule for modifying a
CustomInfoType to alter behavior under certain circumstances, depending
on the specific details of the rule. Not supported for the surrogate_type
custom infoType.
[[["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 page provides documentation for the `DetectionRule` class within the `Google.Cloud.Dlp.V2` namespace, specifically focusing on its use within the `CustomInfoType`."],["The `DetectionRule` class is designed to modify `CustomInfoType` behavior under specific circumstances, but it is deprecated in favor of using `InspectionRuleSet` instead."],["The latest documented version available is 4.16.0, and it also provides documentation for multiple versions, starting from 2.15.0 up to 4.16.0, for the `DetectionRule` class."],["The `DetectionRule` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `HotwordRule` for hotword-based detection rules, and `TypeCase` to describe the type of rule being implemented."]]],[]]