Class: Google::Cloud::Dlp::V2::InspectionRuleSet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.

Instance Attribute Summary collapse

Instance Attribute Details

#info_types::Array<::Google::Cloud::Dlp::V2::InfoType>

Returns List of infoTypes this rule set is applied to.

Returns:



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

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

#rules::Array<::Google::Cloud::Dlp::V2::InspectionRule>

Returns Set of rules to be applied to infoTypes. The rules are applied in order.

Returns:



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

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