Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence.
How frequently to modify the profile when the table's schema is modified.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#frequency
def frequency() -> ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Returns
- (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
#frequency=
def frequency=(value) -> ::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency
Parameter
- value (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
Returns
- (::Google::Cloud::Dlp::V2::DataProfileUpdateFrequency) — Frequency to regenerate data profiles when the schema is modified. Defaults to monthly.
#types
def types() -> ::Array<::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence::CloudSqlSchemaModification>
Returns
- (::Array<::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence::CloudSqlSchemaModification>) — The types of schema modifications to consider. Defaults to NEW_COLUMNS.
#types=
def types=(value) -> ::Array<::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence::CloudSqlSchemaModification>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence::CloudSqlSchemaModification>) — The types of schema modifications to consider. Defaults to NEW_COLUMNS.
Returns
- (::Array<::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence::CloudSqlSchemaModification>) — The types of schema modifications to consider. Defaults to NEW_COLUMNS.