Enum ProfileGeneration (3.52.0)

public enum ProfileGeneration extends Enum<ProfileGeneration> implements ProtocolMessageEnum

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

Protobuf enum google.privacy.dlp.v2.ProfileGeneration

Implements

ProtocolMessageEnum

Static Fields

Name Description
PROFILE_GENERATION_NEW

The profile is the first profile for the resource.

PROFILE_GENERATION_NEW = 1;

PROFILE_GENERATION_NEW_VALUE

The profile is the first profile for the resource.

PROFILE_GENERATION_NEW = 1;

PROFILE_GENERATION_UNSPECIFIED

Unused.

PROFILE_GENERATION_UNSPECIFIED = 0;

PROFILE_GENERATION_UNSPECIFIED_VALUE

Unused.

PROFILE_GENERATION_UNSPECIFIED = 0;

PROFILE_GENERATION_UPDATE

The profile is an update to a previous profile.

PROFILE_GENERATION_UPDATE = 2;

PROFILE_GENERATION_UPDATE_VALUE

The profile is an update to a previous profile.

PROFILE_GENERATION_UPDATE = 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()