Module: Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence::SchemaModifiedCadence::CloudSqlSchemaModification

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

The type of modification that causes a profile update.

Constant Summary collapse

SQL_SCHEMA_MODIFICATION_UNSPECIFIED =

Unused.

0
NEW_COLUMNS =

New columns have appeared.

1
REMOVED_COLUMNS =

Columns have been removed from the table.

2