Data Loss Prevention V2 Client - Class ProfileGeneration (2.1.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class ProfileGeneration.

Whether a profile being created is the first generation or an update.

Protobuf type google.privacy.dlp.v2.ProfileGeneration

Namespace

Google \ Cloud \ Dlp \ V2

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROFILE_GENERATION_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum PROFILE_GENERATION_UNSPECIFIED = 0;

PROFILE_GENERATION_NEW

Value: 1

The profile is the first profile for the resource.

Generated from protobuf enum PROFILE_GENERATION_NEW = 1;

PROFILE_GENERATION_UPDATE

Value: 2

The profile is an update to a previous profile.

Generated from protobuf enum PROFILE_GENERATION_UPDATE = 2;