Class: Google::Cloud::Dlp::V2::ExclusionRule
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ExclusionRule
- 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
-
#dictionary ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary
Dictionary which defines the rule.
-
#exclude_by_hotword ⇒ ::Google::Cloud::Dlp::V2::ExcludeByHotword
Drop if the hotword rule is contained in the proximate context.
-
#exclude_info_types ⇒ ::Google::Cloud::Dlp::V2::ExcludeInfoTypes
Set of infoTypes for which findings would affect this rule.
-
#matching_type ⇒ ::Google::Cloud::Dlp::V2::MatchingType
How the rule is applied, see MatchingType documentation for details.
-
#regex ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::Regex
Regular expression which defines the rule.
Instance Attribute Details
#dictionary ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::Dictionary
Returns Dictionary which defines the rule.
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.
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.
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.
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.
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 |