Data Loss Prevention V2 Client - Class DlpJobType (2.0.0-RC1)

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

An enum to represent the various types of DLP jobs.

Protobuf type google.privacy.dlp.v2.DlpJobType

Namespace

Google \ Cloud \ Dlp \ V2

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DLP_JOB_TYPE_UNSPECIFIED

Value: 0

Defaults to INSPECT_JOB.

Generated from protobuf enum DLP_JOB_TYPE_UNSPECIFIED = 0;

INSPECT_JOB

Value: 1

The job inspected Google Cloud for sensitive data.

Generated from protobuf enum INSPECT_JOB = 1;

RISK_ANALYSIS_JOB

Value: 2

The job executed a Risk Analysis computation.

Generated from protobuf enum RISK_ANALYSIS_JOB = 2;