Reference documentation and code samples for the Data Loss Prevention V2 Client class DatabaseEngine.
Database engine of a Cloud SQL instance.
New values may be added over time.
Protobuf type google.privacy.dlp.v2.CloudSqlProperties.DatabaseEngine
Namespace
Google \ Cloud \ Dlp \ V2 \ CloudSqlPropertiesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DATABASE_ENGINE_UNKNOWN
Value: 0
An engine that is not currently supported by Sensitive Data Protection.
Generated from protobuf enum DATABASE_ENGINE_UNKNOWN = 0;
DATABASE_ENGINE_MYSQL
Value: 1
Cloud SQL for MySQL instance.
Generated from protobuf enum DATABASE_ENGINE_MYSQL = 1;
DATABASE_ENGINE_POSTGRES
Value: 2
Cloud SQL for PostgreSQL instance.
Generated from protobuf enum DATABASE_ENGINE_POSTGRES = 2;