public enum CloudSqlProperties.DatabaseEngine extends Enum<CloudSqlProperties.DatabaseEngine> implements ProtocolMessageEnum
Database engine of a Cloud SQL instance. New values may be added over time.
Protobuf enum google.privacy.dlp.v2.CloudSqlProperties.DatabaseEngine
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DATABASE_ENGINE_MYSQL |
Cloud SQL for MySQL instance. |
DATABASE_ENGINE_MYSQL_VALUE |
Cloud SQL for MySQL instance. |
DATABASE_ENGINE_POSTGRES |
Cloud SQL for PostgreSQL instance. |
DATABASE_ENGINE_POSTGRES_VALUE |
Cloud SQL for PostgreSQL instance. |
DATABASE_ENGINE_UNKNOWN |
An engine that is not currently supported by Sensitive Data Protection. |
DATABASE_ENGINE_UNKNOWN_VALUE |
An engine that is not currently supported by Sensitive Data Protection. |
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() |