Module: Google::Privacy::Dlp::V2::DlpJobType

Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

An enum to represent the various type of DLP jobs.

Constant Summary collapse

DLP_JOB_TYPE_UNSPECIFIED =
0
INSPECT_JOB =

The job inspected Google Cloud for sensitive data.

1
RISK_ANALYSIS_JOB =

The job executed a Risk Analysis computation.

2