Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence.
How often existing tables should have their profiles refreshed. New tables are scanned as quickly as possible depending on system capacity.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#refresh_frequency
def refresh_frequency() -> ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Returns
- (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changed. Defaults to never.
#refresh_frequency=
def refresh_frequency=(value) -> ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Parameter
- value (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changed. Defaults to never.
Returns
- (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changed. Defaults to never.
#schema_modified_cadence
def schema_modified_cadence() -> ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence) — When to reprofile if the schema has changed.
#schema_modified_cadence=
def schema_modified_cadence=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence
Parameter
- value (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence) — When to reprofile if the schema has changed.
Returns
- (::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence) — When to reprofile if the schema has changed.