Class: Google::Cloud::Dlp::V2::DiscoveryInspectTemplateModifiedCadence

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

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.

Returns:



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