Enum DataProfileAction.EventType (3.4.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
CHANGED_PROFILE

Changed one of the following profile metrics:

  • Table data risk score
  • Table sensitivity score
  • Table resource visibility
  • Table encryption type
  • Table predicted infoTypes
  • Table other infoTypes

CHANGED_PROFILE = 2;

CHANGED_PROFILE_VALUE

Changed one of the following profile metrics:

  • Table data risk score
  • Table sensitivity score
  • Table resource visibility
  • Table encryption type
  • Table predicted infoTypes
  • Table other infoTypes

CHANGED_PROFILE = 2;

ERROR_CHANGED

A user (non-internal) error occurred.

ERROR_CHANGED = 4;

ERROR_CHANGED_VALUE

A user (non-internal) error occurred.

ERROR_CHANGED = 4;

EVENT_TYPE_UNSPECIFIED

Unused.

EVENT_TYPE_UNSPECIFIED = 0;

EVENT_TYPE_UNSPECIFIED_VALUE

Unused.

EVENT_TYPE_UNSPECIFIED = 0;

NEW_PROFILE

New profile (not a re-profile).

NEW_PROFILE = 1;

NEW_PROFILE_VALUE

New profile (not a re-profile).

NEW_PROFILE = 1;

SCORE_INCREASED

Table data risk score or sensitivity score increased.

SCORE_INCREASED = 3;

SCORE_INCREASED_VALUE

Table data risk score or sensitivity score increased.

SCORE_INCREASED = 3;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()