Class: Google::Cloud::Dlp::V2::ExclusionRule

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 that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results.

Instance Attribute Summary collapse

Instance Attribute Details

#dictionary::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary

Returns Dictionary which defines the rule.

Returns:



76
77
78
79
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 76

class ExclusionRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#exclude_by_hotword::Google::Cloud::Dlp::V2::ExcludeByHotword

Returns Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.

Returns:



76
77
78
79
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 76

class ExclusionRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#exclude_info_types::Google::Cloud::Dlp::V2::ExcludeInfoTypes

Returns Set of infoTypes for which findings would affect this rule.

Returns:



76
77
78
79
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 76

class ExclusionRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#matching_type::Google::Cloud::Dlp::V2::MatchingType

Returns How the rule is applied, see MatchingType documentation for details.

Returns:



76
77
78
79
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 76

class ExclusionRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

Returns Regular expression which defines the rule.

Returns:



76
77
78
79
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 76

class ExclusionRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end