Class: Google::Cloud::Dlp::V2::InspectionRule
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InspectionRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A single inspection rule to be applied to infoTypes, specified in
InspectionRuleSet
.
Instance Attribute Summary collapse
-
#exclusion_rule ⇒ ::Google::Cloud::Dlp::V2::ExclusionRule
Exclusion rule.
-
#hotword_rule ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::DetectionRule::HotwordRule
Hotword-based detection rule.
Instance Attribute Details
#exclusion_rule ⇒ ::Google::Cloud::Dlp::V2::ExclusionRule
Returns Exclusion rule.
89 90 91 92 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 89 class InspectionRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hotword_rule ⇒ ::Google::Cloud::Dlp::V2::CustomInfoType::DetectionRule::HotwordRule
Returns Hotword-based detection rule.
89 90 91 92 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 89 class InspectionRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |