Reference documentation and code samples for the Data Loss Prevention V2 Client class State.
Possible states of a profile. New items may be added.
Protobuf type google.privacy.dlp.v2.FileStoreDataProfile.State
Namespace
Google \ Cloud \ Dlp \ V2 \ FileStoreDataProfileMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1The profile is currently running. Once a profile has finished it will transition to DONE.
Generated from protobuf enum RUNNING = 1;
DONE
Value: 2The profile is no longer generating.
If profile_status.status.code is 0, the profile succeeded, otherwise, it failed.
Generated from protobuf enum DONE = 2;