Enum InfoTypeDescription.InfoTypeLaunchStatus (3.92.0)

public enum InfoTypeDescription.InfoTypeLaunchStatus extends Enum<InfoTypeDescription.InfoTypeLaunchStatus> implements ProtocolMessageEnum

The launch status of an infoType.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
GENERAL_AVAILABILITY

InfoType is generally available.

GENERAL_AVAILABILITY = 1;

GENERAL_AVAILABILITY_VALUE

InfoType is generally available.

GENERAL_AVAILABILITY = 1;

INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED

Unspecified.

INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED = 0;

INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED_VALUE

Unspecified.

INFO_TYPE_LAUNCH_STATUS_UNSPECIFIED = 0;

PRIVATE_PREVIEW

InfoType is in private preview.

PRIVATE_PREVIEW = 3;

PRIVATE_PREVIEW_VALUE

InfoType is in private preview.

PRIVATE_PREVIEW = 3;

PUBLIC_PREVIEW

InfoType is in public preview.

PUBLIC_PREVIEW = 2;

PUBLIC_PREVIEW_VALUE

InfoType is in public preview.

PUBLIC_PREVIEW = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()