Class: Google::Cloud::Dlp::V2::DiscoveryVertexDatasetGenerationCadence
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryVertexDatasetGenerationCadence
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
How often existing datasets should have their profiles refreshed. New datasets 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
If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed.
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 be
updated.
5904 5905 5906 5907 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5904 class DiscoveryVertexDatasetGenerationCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#refresh_frequency ⇒ ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Returns If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed. Defaults to never.
5904 5905 5906 5907 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5904 class DiscoveryVertexDatasetGenerationCadence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |