Package com.google.privacy.dlp.v2
Enum DataProfileAction.EventType
- java.lang.Object
-
- java.lang.Enum<DataProfileAction.EventType>
-
- com.google.privacy.dlp.v2.DataProfileAction.EventType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<DataProfileAction.EventType>
- Enclosing class:
- DataProfileAction
public static enum DataProfileAction.EventType extends Enum<DataProfileAction.EventType> implements com.google.protobuf.ProtocolMessageEnum
Types of event that can trigger an action.
Protobuf enumgoogle.privacy.dlp.v2.DataProfileAction.EventType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description 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 infoTypesERROR_CHANGED
A user (non-internal) error occurred.EVENT_TYPE_UNSPECIFIED
Unused.NEW_PROFILE
New profile (not a re-profile).SCORE_INCREASED
Table data risk score or sensitivity score increased.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
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 infoTypesstatic int
ERROR_CHANGED_VALUE
A user (non-internal) error occurred.static int
EVENT_TYPE_UNSPECIFIED_VALUE
Unused.static int
NEW_PROFILE_VALUE
New profile (not a re-profile).static int
SCORE_INCREASED_VALUE
Table data risk score or sensitivity score increased.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DataProfileAction.EventType
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<DataProfileAction.EventType>
internalGetValueMap()
static DataProfileAction.EventType
valueOf(int value)
Deprecated.static DataProfileAction.EventType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DataProfileAction.EventType
valueOf(String name)
Returns the enum constant of this type with the specified name.static DataProfileAction.EventType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EVENT_TYPE_UNSPECIFIED
public static final DataProfileAction.EventType EVENT_TYPE_UNSPECIFIED
Unused.
EVENT_TYPE_UNSPECIFIED = 0;
-
NEW_PROFILE
public static final DataProfileAction.EventType NEW_PROFILE
New profile (not a re-profile).
NEW_PROFILE = 1;
-
CHANGED_PROFILE
public static final DataProfileAction.EventType 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;
-
SCORE_INCREASED
public static final DataProfileAction.EventType SCORE_INCREASED
Table data risk score or sensitivity score increased.
SCORE_INCREASED = 3;
-
ERROR_CHANGED
public static final DataProfileAction.EventType ERROR_CHANGED
A user (non-internal) error occurred.
ERROR_CHANGED = 4;
-
UNRECOGNIZED
public static final DataProfileAction.EventType UNRECOGNIZED
-
-
Field Detail
-
EVENT_TYPE_UNSPECIFIED_VALUE
public static final int EVENT_TYPE_UNSPECIFIED_VALUE
Unused.
EVENT_TYPE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
NEW_PROFILE_VALUE
public static final int NEW_PROFILE_VALUE
New profile (not a re-profile).
NEW_PROFILE = 1;
- See Also:
- Constant Field Values
-
CHANGED_PROFILE_VALUE
public static final int 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;
- See Also:
- Constant Field Values
-
SCORE_INCREASED_VALUE
public static final int SCORE_INCREASED_VALUE
Table data risk score or sensitivity score increased.
SCORE_INCREASED = 3;
- See Also:
- Constant Field Values
-
ERROR_CHANGED_VALUE
public static final int ERROR_CHANGED_VALUE
A user (non-internal) error occurred.
ERROR_CHANGED = 4;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static DataProfileAction.EventType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DataProfileAction.EventType c : DataProfileAction.EventType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DataProfileAction.EventType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static DataProfileAction.EventType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static DataProfileAction.EventType forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<DataProfileAction.EventType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static DataProfileAction.EventType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-