Class: Google::Cloud::Dlp::V2::DiscoveryGenerationCadence

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

Overview

What must take place for a profile to be updated and how frequently it should occur. New tables are scanned as quickly as possible depending on system capacity.

Instance Attribute Summary collapse

Instance Attribute Details

#inspect_template_modified_cadence::Google::Cloud::Dlp::V2::DiscoveryInspectTemplateModifiedCadence

Returns Governs when to update data profiles when the inspection rules defined by the InspectTemplate change. If not set, changing the template will not cause a data profile to update.

Returns:



4569
4570
4571
4572
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4569

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

#refresh_frequency::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency

Returns Frequency at which profiles should be updated, regardless of whether the underlying resource has changed. Defaults to never.

Returns:



4569
4570
4571
4572
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4569

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

#schema_modified_cadence::Google::Cloud::Dlp::V2::DiscoverySchemaModifiedCadence

Returns Governs when to update data profiles when a schema is modified.

Returns:



4569
4570
4571
4572
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4569

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

#table_modified_cadence::Google::Cloud::Dlp::V2::DiscoveryTableModifiedCadence

Returns Governs when to update data profiles when a table is modified.

Returns:



4569
4570
4571
4572
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4569

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