Class: Google::Cloud::Dlp::V2::ExcludeByHotword

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#hotword_regex::Google::Cloud::Dlp::V2::CustomInfoType::Regex



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



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