Module: Google::Cloud::Dlp::V2::DiscoveryConfig::Status

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Whether the discovery config is currently active. New options may be added at a later time.

Constant Summary collapse

STATUS_UNSPECIFIED =

Unused

0
RUNNING =

The discovery config is currently active.

1
PAUSED =

The discovery config is paused temporarily.

2