Enum Action.Category

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Action.Category>
    Enclosing class:
    Action

    public static enum Action.Category
    extends Enum<Action.Category>
    implements com.google.protobuf.ProtocolMessageEnum
     The category of issues.
     
    Protobuf enum google.cloud.dataplex.v1.Action.Category
    • Enum Constant Detail

      • CATEGORY_UNSPECIFIED

        public static final Action.Category CATEGORY_UNSPECIFIED
         Unspecified category.
         
        CATEGORY_UNSPECIFIED = 0;
      • RESOURCE_MANAGEMENT

        public static final Action.Category RESOURCE_MANAGEMENT
         Resource management related issues.
         
        RESOURCE_MANAGEMENT = 1;
      • SECURITY_POLICY

        public static final Action.Category SECURITY_POLICY
         Security policy related issues.
         
        SECURITY_POLICY = 2;
      • DATA_DISCOVERY

        public static final Action.Category DATA_DISCOVERY
         Data and discovery related issues.
         
        DATA_DISCOVERY = 3;
    • Field Detail

      • CATEGORY_UNSPECIFIED_VALUE

        public static final int CATEGORY_UNSPECIFIED_VALUE
         Unspecified category.
         
        CATEGORY_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • RESOURCE_MANAGEMENT_VALUE

        public static final int RESOURCE_MANAGEMENT_VALUE
         Resource management related issues.
         
        RESOURCE_MANAGEMENT = 1;
        See Also:
        Constant Field Values
      • SECURITY_POLICY_VALUE

        public static final int SECURITY_POLICY_VALUE
         Security policy related issues.
         
        SECURITY_POLICY = 2;
        See Also:
        Constant Field Values
      • DATA_DISCOVERY_VALUE

        public static final int DATA_DISCOVERY_VALUE
         Data and discovery related issues.
         
        DATA_DISCOVERY = 3;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static Action.Category[] 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 (Action.Category c : Action.Category.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Action.Category 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 Action.Category 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 Action.Category 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<Action.Category> internalGetValueMap()
      • 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 Action.Category 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