Class: Google::Cloud::Dlp::V2::InspectionRuleSet
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InspectionRuleSet
- 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
-
#info_types ⇒ ::Array<::Google::Cloud::Dlp::V2::InfoType>
List of infoTypes this rule set is applied to.
-
#rules ⇒ ::Array<::Google::Cloud::Dlp::V2::InspectionRule>
Set of rules to be applied to infoTypes.
Instance Attribute Details
#info_types ⇒ ::Array<::Google::Cloud::Dlp::V2::InfoType>
Returns List of infoTypes this rule set is applied to.
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.
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 |