Data Loss Prevention V2 Client - Class DatabaseEngine (1.15.1)

Reference documentation and code samples for the Data Loss Prevention V2 Client class DatabaseEngine.

The database engines that should be profiled.

Protobuf type google.privacy.dlp.v2.DiscoveryCloudSqlConditions.DatabaseEngine

Namespace

Google \ Cloud \ Dlp \ V2 \ DiscoveryCloudSqlConditions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATABASE_ENGINE_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum DATABASE_ENGINE_UNSPECIFIED = 0;

ALL_SUPPORTED_DATABASE_ENGINES

Value: 1

Include all supported database engines.

Generated from protobuf enum ALL_SUPPORTED_DATABASE_ENGINES = 1;

MYSQL

Value: 2

MySQL database.

Generated from protobuf enum MYSQL = 2;

POSTGRES

Value: 3

PostgreSQL database.

Generated from protobuf enum POSTGRES = 3;