Reference documentation and code samples for the Data Loss Prevention V2 Client class CloudSqlSchemaModification.
The type of modification that causes a profile update.
Protobuf type google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification
Namespace
Google \ Cloud \ Dlp \ V2 \ DiscoveryCloudSqlGenerationCadence \ SchemaModifiedCadenceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SQL_SCHEMA_MODIFICATION_UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum SQL_SCHEMA_MODIFICATION_UNSPECIFIED = 0;
NEW_COLUMNS
Value: 1
New columns have appeared.
Generated from protobuf enum NEW_COLUMNS = 1;
REMOVED_COLUMNS
Value: 2
Columns have been removed from the table.
Generated from protobuf enum REMOVED_COLUMNS = 2;