Class: Google::Cloud::Dlp::V2::ExcludeByHotword
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ExcludeByHotword
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
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.
Instance Attribute Summary collapse
-
#hotword_regex ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::Regex
Regular expression pattern defining what qualifies as a hotword.
-
#proximity ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::DetectionRule::Proximity
Range of characters within which the entire hotword must reside.
Instance Attribute Details
#hotword_regex ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::Regex
Returns Regular expression pattern defining what qualifies as a hotword.
53 54 55 56 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 53 class ExcludeByHotword include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#proximity ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::DetectionRule::Proximity
Returns 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.
53 54 55 56 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 53 class ExcludeByHotword include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |