Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class JobLevel.
An enum that represents the required experience level required for the job.
Protobuf type google.cloud.talent.v4beta1.JobLevel
Namespace
Google \ Cloud \ Talent \ V4beta1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
JOB_LEVEL_UNSPECIFIED
Value: 0
The default value if the level isn't specified.
Generated from protobuf enum JOB_LEVEL_UNSPECIFIED = 0;
ENTRY_LEVEL
Value: 1
Entry-level individual contributors, typically with less than 2 years of experience in a similar role. Includes interns.
Generated from protobuf enum ENTRY_LEVEL = 1;
EXPERIENCED
Value: 2
Experienced individual contributors, typically with 2+ years of experience in a similar role.
Generated from protobuf enum EXPERIENCED = 2;
MANAGER
Value: 3
Entry- to mid-level managers responsible for managing a team of people.
Generated from protobuf enum MANAGER = 3;
DIRECTOR
Value: 4
Senior-level managers responsible for managing teams of managers.
Generated from protobuf enum DIRECTOR = 4;
EXECUTIVE
Value: 5
Executive-level managers and above, including C-level positions.
Generated from protobuf enum EXECUTIVE = 5;