Data Loss Prevention V2 Client - Class State (1.8.6)

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

Methods

name

Parameter
NameDescription
value mixed

value

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