Class: Google::Cloud::Dlp::V2::DiscoveryGenerationCadence
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryGenerationCadence
- 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
-
#inspect_template_modified_cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoveryInspectTemplateModifiedCadence
Governs when to update data profiles when the inspection rules defined by the
InspectTemplate
change. -
#refresh_frequency ⇒ ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Frequency at which profiles should be updated, regardless of whether the underlying resource has changed.
-
#schema_modified_cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoverySchemaModifiedCadence
Governs when to update data profiles when a schema is modified.
-
#table_modified_cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoveryTableModifiedCadence
Governs when to update data profiles when a table is modified.
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.
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.
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.
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.
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 |