Enum DataProfileAction.EventType

    • Enum Constant Detail

      • 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;
    • 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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        NullPointerException - 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.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        NullPointerException - if the argument is null