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 \ InfoTypeDescriptionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED = 0;
GENERAL_AVAILABILITY
Value: 1InfoType is generally available.
Generated from protobuf enum GENERAL_AVAILABILITY = 1;
PUBLIC_PREVIEW
Value: 2InfoType is in public preview.
Generated from protobuf enum PUBLIC_PREVIEW = 2;
PRIVATE_PREVIEW
Value: 3InfoType is in private preview.
Generated from protobuf enum PRIVATE_PREVIEW = 3;