public enum DataProfileAction.EventType extends Enum<DataProfileAction.EventType> implements ProtocolMessageEnum
Types of event that can trigger an action.
Protobuf enum google.privacy.dlp.v2.DataProfileAction.EventType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CHANGED_PROFILE |
One of the following profile metrics changed: Data risk score, Sensitivity score, Resource visibility, Encryption type, Predicted infoTypes, Other infoTypes |
CHANGED_PROFILE_VALUE |
One of the following profile metrics changed: Data risk score, Sensitivity score, Resource visibility, Encryption type, Predicted infoTypes, Other infoTypes |
ERROR_CHANGED |
A user (non-internal) error occurred. |
ERROR_CHANGED_VALUE |
A user (non-internal) error occurred. |
EVENT_TYPE_UNSPECIFIED |
Unused. |
EVENT_TYPE_UNSPECIFIED_VALUE |
Unused. |
NEW_PROFILE |
New profile (not a re-profile). |
NEW_PROFILE_VALUE |
New profile (not a re-profile). |
SCORE_INCREASED |
Table data risk score or sensitivity score increased. |
SCORE_INCREASED_VALUE |
Table data risk score or sensitivity score increased. |
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() |