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
InspectTemplatechange. -
#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
5024 5025 5026 5027 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5024 class DiscoveryGenerationCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#refresh_frequency ⇒ ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
5024 5025 5026 5027 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5024 class DiscoveryGenerationCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema_modified_cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoverySchemaModifiedCadence
5024 5025 5026 5027 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5024 class DiscoveryGenerationCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_modified_cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoveryTableModifiedCadence
5024 5025 5026 5027 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5024 class DiscoveryGenerationCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |