public enum DiscoveryCloudSqlConditions.DatabaseEngine extends Enum<DiscoveryCloudSqlConditions.DatabaseEngine> implements ProtocolMessageEnum
The database engines that should be profiled.
Protobuf enum google.privacy.dlp.v2.DiscoveryCloudSqlConditions.DatabaseEngine
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL_SUPPORTED_DATABASE_ENGINES |
Include all supported database engines. |
ALL_SUPPORTED_DATABASE_ENGINES_VALUE |
Include all supported database engines. |
DATABASE_ENGINE_UNSPECIFIED |
Unused. |
DATABASE_ENGINE_UNSPECIFIED_VALUE |
Unused. |
MYSQL |
MySQL database. |
MYSQL_VALUE |
MySQL database. |
POSTGRES |
PostgreSQL database. |
POSTGRES_VALUE |
PostgreSQL database. |
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() |