Package com.google.cloud.talent.v4
Enum JobLevel
- java.lang.Object
-
- java.lang.Enum<JobLevel>
-
- com.google.cloud.talent.v4.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 enumgoogle.cloud.talent.v4.JobLevel
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DIRECTORSenior-level managers responsible for managing teams of managers.ENTRY_LEVELEntry-level individual contributors, typically with less than 2 years of experience in a similar role.EXECUTIVEExecutive-level managers and above, including C-level positions.EXPERIENCEDExperienced individual contributors, typically with 2+ years of experience in a similar role.JOB_LEVEL_UNSPECIFIEDThe default value if the level isn't specified.MANAGEREntry- to mid-level managers responsible for managing a team of people.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intDIRECTOR_VALUESenior-level managers responsible for managing teams of managers.static intENTRY_LEVEL_VALUEEntry-level individual contributors, typically with less than 2 years of experience in a similar role.static intEXECUTIVE_VALUEExecutive-level managers and above, including C-level positions.static intEXPERIENCED_VALUEExperienced individual contributors, typically with 2+ years of experience in a similar role.static intJOB_LEVEL_UNSPECIFIED_VALUEThe default value if the level isn't specified.static intMANAGER_VALUEEntry- to mid-level managers responsible for managing a team of people.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static JobLevelforNumber(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<JobLevel>internalGetValueMap()static JobLevelvalueOf(int value)Deprecated.static JobLevelvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static JobLevelvalueOf(String name)Returns the enum constant of this type with the specified name.static JobLevel[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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 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 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 nameNullPointerException- 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:
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 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 nameNullPointerException- if the argument is null
-
-