Class: Google::Cloud::Dlp::V2::InspectionRule

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

Instance Attribute Details

#exclusion_rule::Google::Cloud::Dlp::V2::ExclusionRule

Returns Exclusion rule.

Returns:



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.

Returns:



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