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.TableDataProfile.State
Namespace
Google \ Cloud \ Dlp \ V2 \ TableDataProfileMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1
The profile is currently running. Once a profile has finished it will transition to DONE.
Generated from protobuf enum RUNNING = 1;
DONE
Value: 2
The profile is no longer generating.
If profile_status.status.code is 0, the profile succeeded, otherwise, it failed.
Generated from protobuf enum DONE = 2;