public sealed class ExcludeByHotword : IMessage<ExcludeByHotword>, IEquatable<ExcludeByHotword>, IDeepCloneable<ExcludeByHotword>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ExcludeByHotword.
The rule to exclude findings based on a hotword. For record inspection of
tables, column names are considered hotwords. An example of this is to
exclude a finding if it belongs to a BigQuery column that matches a specific
pattern.
public CustomInfoType.Types.DetectionRule.Types.Proximity Proximity { get; set; }
Range of characters within which the entire hotword must reside.
The total length of the window cannot exceed 1000 characters.
The windowBefore property in proximity should be set to 1 if the hotword
needs to be included in a column header.
[[["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."],[[["The latest version of the Google Cloud Data Loss Prevention v2 API related to `ExcludeByHotword` is 4.16.0, with numerous previous versions listed, starting with 2.15.0, and going up to 4.15.0."],["`ExcludeByHotword` is a class used within the Google Cloud Data Loss Prevention v2 API to define rules for excluding findings based on the presence of a specified hotword."],["This class can be used to exclude findings in tables if they are contained within columns that match certain patterns, which are determined by the hotword definition."],["The `ExcludeByHotword` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members like `GetHashCode`, `GetType`, and `ToString` from the base object class."],["The `ExcludeByHotword` class includes properties such as `HotwordRegex`, for defining the hotword pattern, and `Proximity`, for specifying the character range within which the hotword must be found."]]],[]]