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: 0Unused
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
RUNNING
Value: 1The discovery config is currently active.
Generated from protobuf enum RUNNING = 1;
PAUSED
Value: 2The discovery config is paused temporarily.
Generated from protobuf enum PAUSED = 2;