Module: Google::Cloud::Dlp::V2::TableDataProfile::State

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Possible states of a profile. New items may be added.

Constant Summary collapse

STATE_UNSPECIFIED =

Unused.

0
RUNNING =

The profile is currently running. Once a profile has finished it will transition to DONE.

1
DONE =

The profile is no longer generating. If profile_status.status.code is 0, the profile succeeded, otherwise, it failed.

2