Enum JobLevel

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<JobLevel>

    public enum JobLevel
    extends Enum<JobLevel>
    implements com.google.protobuf.ProtocolMessageEnum
     An enum that represents the required experience level required for the job.
     
    Protobuf enum google.cloud.talent.v4beta1.JobLevel
    • Enum Constant Detail

      • JOB_LEVEL_UNSPECIFIED

        public static final JobLevel JOB_LEVEL_UNSPECIFIED
         The default value if the level isn't specified.
         
        JOB_LEVEL_UNSPECIFIED = 0;
      • ENTRY_LEVEL

        public static final JobLevel ENTRY_LEVEL
         Entry-level individual contributors, typically with less than 2 years of
         experience in a similar role. Includes interns.
         
        ENTRY_LEVEL = 1;
      • EXPERIENCED

        public static final JobLevel EXPERIENCED
         Experienced individual contributors, typically with 2+ years of
         experience in a similar role.
         
        EXPERIENCED = 2;
      • MANAGER

        public static final JobLevel MANAGER
         Entry- to mid-level managers responsible for managing a team of people.
         
        MANAGER = 3;
      • DIRECTOR

        public static final JobLevel DIRECTOR
         Senior-level managers responsible for managing teams of managers.
         
        DIRECTOR = 4;
      • EXECUTIVE

        public static final JobLevel EXECUTIVE
         Executive-level managers and above, including C-level positions.
         
        EXECUTIVE = 5;
      • UNRECOGNIZED

        public static final JobLevel UNRECOGNIZED
    • Field Detail

      • JOB_LEVEL_UNSPECIFIED_VALUE

        public static final int JOB_LEVEL_UNSPECIFIED_VALUE
         The default value if the level isn't specified.
         
        JOB_LEVEL_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • ENTRY_LEVEL_VALUE

        public static final int ENTRY_LEVEL_VALUE
         Entry-level individual contributors, typically with less than 2 years of
         experience in a similar role. Includes interns.
         
        ENTRY_LEVEL = 1;
        See Also:
        Constant Field Values
      • EXPERIENCED_VALUE

        public static final int EXPERIENCED_VALUE
         Experienced individual contributors, typically with 2+ years of
         experience in a similar role.
         
        EXPERIENCED = 2;
        See Also:
        Constant Field Values
      • MANAGER_VALUE

        public static final int MANAGER_VALUE
         Entry- to mid-level managers responsible for managing a team of people.
         
        MANAGER = 3;
        See Also:
        Constant Field Values
      • DIRECTOR_VALUE

        public static final int DIRECTOR_VALUE
         Senior-level managers responsible for managing teams of managers.
         
        DIRECTOR = 4;
        See Also:
        Constant Field Values
      • EXECUTIVE_VALUE

        public static final int EXECUTIVE_VALUE
         Executive-level managers and above, including C-level positions.
         
        EXECUTIVE = 5;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static JobLevel 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 JobLevel 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 JobLevel 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<JobLevel> 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 JobLevel 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