Enum DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification (3.47.0)

public enum DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification extends Enum<DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification> implements ProtocolMessageEnum

The type of modification that causes a profile update.

Protobuf enum google.privacy.dlp.v2.DiscoveryCloudSqlGenerationCadence.SchemaModifiedCadence.CloudSqlSchemaModification

Implements

ProtocolMessageEnum

Static Fields

Name Description
NEW_COLUMNS

New columns has appeared.

NEW_COLUMNS = 1;

NEW_COLUMNS_VALUE

New columns has appeared.

NEW_COLUMNS = 1;

REMOVED_COLUMNS

Columns have been removed from the table.

REMOVED_COLUMNS = 2;

REMOVED_COLUMNS_VALUE

Columns have been removed from the table.

REMOVED_COLUMNS = 2;

SQL_SCHEMA_MODIFICATION_UNSPECIFIED

Unused.

SQL_SCHEMA_MODIFICATION_UNSPECIFIED = 0;

SQL_SCHEMA_MODIFICATION_UNSPECIFIED_VALUE

Unused.

SQL_SCHEMA_MODIFICATION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()