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_PROFILEChanged 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_CHANGEDA user (non-internal) error occurred.EVENT_TYPE_UNSPECIFIEDUnused.NEW_PROFILENew profile (not a re-profile).SCORE_INCREASEDTable data risk score or sensitivity score increased.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intCHANGED_PROFILE_VALUEChanged 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 intERROR_CHANGED_VALUEA user (non-internal) error occurred.static intEVENT_TYPE_UNSPECIFIED_VALUEUnused.static intNEW_PROFILE_VALUENew profile (not a re-profile).static intSCORE_INCREASED_VALUETable 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.EventTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<DataProfileAction.EventType>internalGetValueMap()static DataProfileAction.EventTypevalueOf(int value)Deprecated.static DataProfileAction.EventTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DataProfileAction.EventTypevalueOf(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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein 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
-
-