Data Loss Prevention V2 Client - Class Status (1.12.0)

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 \ DiscoveryConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;