Package com.google.cloud.talent.v4beta1
Enum JobLevel
- java.lang.Object
-
- java.lang.Enum<JobLevel>
-
- com.google.cloud.talent.v4beta1.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.v4beta1.JobLevel
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DIRECTOR
Senior-level managers responsible for managing teams of managers.ENTRY_LEVEL
Entry-level individual contributors, typically with less than 2 years of experience in a similar role.EXECUTIVE
Executive-level managers and above, including C-level positions.EXPERIENCED
Experienced individual contributors, typically with 2+ years of experience in a similar role.JOB_LEVEL_UNSPECIFIED
The default value if the level isn't specified.MANAGER
Entry- to mid-level managers responsible for managing a team of people.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
DIRECTOR_VALUE
Senior-level managers responsible for managing teams of managers.static int
ENTRY_LEVEL_VALUE
Entry-level individual contributors, typically with less than 2 years of experience in a similar role.static int
EXECUTIVE_VALUE
Executive-level managers and above, including C-level positions.static int
EXPERIENCED_VALUE
Experienced individual contributors, typically with 2+ years of experience in a similar role.static int
JOB_LEVEL_UNSPECIFIED_VALUE
The default value if the level isn't specified.static int
MANAGER_VALUE
Entry- 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 JobLevel
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<JobLevel>
internalGetValueMap()
static JobLevel
valueOf(int value)
Deprecated.static JobLevel
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JobLevel
valueOf(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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in 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:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in 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
-
-