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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PROFILE_GENERATION_NEW |
The profile is the first profile for the resource. |
PROFILE_GENERATION_NEW_VALUE |
The profile is the first profile for the resource. |
PROFILE_GENERATION_UNSPECIFIED |
Unused. |
PROFILE_GENERATION_UNSPECIFIED_VALUE |
Unused. |
PROFILE_GENERATION_UPDATE |
The profile is an update to a previous profile. |
PROFILE_GENERATION_UPDATE_VALUE |
The profile is an update to a previous profile. |
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() |