public sealed class Proximity : IMessage<CustomInfoType.Types.DetectionRule.Types.Proximity>, IEquatable<CustomInfoType.Types.DetectionRule.Types.Proximity>, IDeepCloneable<CustomInfoType.Types.DetectionRule.Types.Proximity>, IBufferMessage, IMessage
Message for specifying a window around a finding to apply a detection
rule.
[[["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 `Proximity` class within the `Google.Cloud.Dlp.V2` namespace, specifically for specifying a window around a finding to apply a detection rule."],["The `Proximity` class is part of the `CustomInfoType.Types.DetectionRule.Types` hierarchy and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 4.16.0, and there are various previous versions listed down to 2.15.0, each with their own documentation links."],["The class has two properties, `WindowAfter` and `WindowBefore`, which are both integers representing the number of characters to consider after and before a finding, respectively."],["There are two constructors for the class: a default constructor `Proximity()` and an overload `Proximity(CustomInfoType.Types.DetectionRule.Types.Proximity other)` that takes another `Proximity` object as a parameter."]]],[]]