Data Loss Prevention V2 Client - Class InfoTypeLaunchStatus (2.10.0)

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

The launch status of an infoType.

Protobuf type google.privacy.dlp.v2.InfoTypeDescription.InfoTypeLaunchStatus

Namespace

Google \ Cloud \ Dlp \ V2 \ InfoTypeDescription

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED = 0;

GENERAL_AVAILABILITY

Value: 1

InfoType is generally available.

Generated from protobuf enum GENERAL_AVAILABILITY = 1;

PUBLIC_PREVIEW

Value: 2

InfoType is in public preview.

Generated from protobuf enum PUBLIC_PREVIEW = 2;

PRIVATE_PREVIEW

Value: 3

InfoType is in private preview.

Generated from protobuf enum PRIVATE_PREVIEW = 3;