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 available for the Google Cloud Data Loss Prevention v2 API is 4.16.0, with version 4.6.0 also being listed."],["The `ExcludeByHotword` class is used to define rules for excluding findings based on the presence of specific hotwords, including column names in tables during record inspection."],["This class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ExcludeByHotword` has two constructors, one default and another that takes another instance of the same class to copy its data, and also defines properties like `HotwordRegex` and `Proximity` to specify patterns and character ranges for hotword detection."],["A list of versions is provided, ranging from version 2.15.0 to 4.16.0, demonstrating a version history for this API component, along with links to its respective documentation."]]],[]]