Class: Google::Cloud::Dlp::V2::DiscoveryInspectTemplateModifiedCadence
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryInspectTemplateModifiedCadence
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The cadence at which to update data profiles when the inspection rules
defined by the InspectTemplate
change.
Instance Attribute Summary collapse
-
#frequency ⇒ ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
How frequently data profiles can be updated when the template is modified.
Instance Attribute Details
#frequency ⇒ ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Returns How frequently data profiles can be updated when the template is modified. Defaults to never.
4610 4611 4612 4613 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4610 class DiscoveryInspectTemplateModifiedCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |