Reference documentation and code samples for the Data Loss Prevention V2 Client class Status.
Whether the discovery config is currently active. New options may be added at a later time.
Protobuf type google.privacy.dlp.v2.DiscoveryConfig.Status
Namespace
Google \ Cloud \ Dlp \ V2 \ DiscoveryConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATUS_UNSPECIFIED
Value: 0
Unused
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
RUNNING
Value: 1
The discovery config is currently active.
Generated from protobuf enum RUNNING = 1;
PAUSED
Value: 2
The discovery config is paused temporarily.
Generated from protobuf enum PAUSED = 2;