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.

Note: The following fields are mutually exclusive: exclusion_rule, hotword_rule. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dlp::V2::ExclusionRule)

    Exclusion rule.

    Note: The following fields are mutually exclusive: exclusion_rule, hotword_rule. If a field in that set is populated, all other fields in the set will automatically be cleared.



101
102
103
104
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 101

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.

Note: The following fields are mutually exclusive: hotword_rule, exclusion_rule. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



101
102
103
104
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 101

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