Module: Google::Cloud::Talent::V4beta1::JobLevel

Defined in:
proto_docs/google/cloud/talent/v4beta1/common.rb

Overview

An enum that represents the required experience level required for the job.

Constant Summary collapse

JOB_LEVEL_UNSPECIFIED =

The default value if the level isn't specified.

0
ENTRY_LEVEL =

Entry-level individual contributors, typically with less than 2 years of experience in a similar role. Includes interns.

1
EXPERIENCED =

Experienced individual contributors, typically with 2+ years of experience in a similar role.

2
MANAGER =

Entry- to mid-level managers responsible for managing a team of people.

3
DIRECTOR =

Senior-level managers responsible for managing teams of managers.

4
EXECUTIVE =

Executive-level managers and above, including C-level positions.

5