Google Cloud Talent Solution V4beta1 Client - Class DegreeType (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class DegreeType.

Educational degree level defined in International Standard Classification of Education (ISCED).

Protobuf type google.cloud.talent.v4beta1.DegreeType

Namespace

Google \ Cloud \ Talent \ V4beta1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DEGREE_TYPE_UNSPECIFIED

Value: 0

Default value. Represents no degree, or early childhood education.

Maps to ISCED code 0. Ex) Kindergarten

Generated from protobuf enum DEGREE_TYPE_UNSPECIFIED = 0;

PRIMARY_EDUCATION

Value: 1

Primary education which is typically the first stage of compulsory education. ISCED code 1.

Ex) Elementary school

Generated from protobuf enum PRIMARY_EDUCATION = 1;

LOWER_SECONDARY_EDUCATION

Value: 2

Lower secondary education; First stage of secondary education building on primary education, typically with a more subject-oriented curriculum.

ISCED code 2. Ex) Middle school

Generated from protobuf enum LOWER_SECONDARY_EDUCATION = 2;

UPPER_SECONDARY_EDUCATION

Value: 3

Middle education; Second/final stage of secondary education preparing for tertiary education and/or providing skills relevant to employment.

Usually with an increased range of subject options and streams. ISCED code 3. Ex) High school

Generated from protobuf enum UPPER_SECONDARY_EDUCATION = 3;

ADULT_REMEDIAL_EDUCATION

Value: 4

Adult Remedial Education; Programmes providing learning experiences that build on secondary education and prepare for labour market entry and/or tertiary education. The content is broader than secondary but not as complex as tertiary education. ISCED code 4.

Generated from protobuf enum ADULT_REMEDIAL_EDUCATION = 4;

ASSOCIATES_OR_EQUIVALENT

Value: 5

Associate's or equivalent; Short first tertiary programmes that are typically practically-based, occupationally-specific and prepare for labour market entry. These programmes may also provide a pathway to other tertiary programmes. ISCED code 5.

Generated from protobuf enum ASSOCIATES_OR_EQUIVALENT = 5;

BACHELORS_OR_EQUIVALENT

Value: 6

Bachelor's or equivalent; Programmes designed to provide intermediate academic and/or professional knowledge, skills and competencies leading to a first tertiary degree or equivalent qualification. ISCED code 6.

Generated from protobuf enum BACHELORS_OR_EQUIVALENT = 6;

MASTERS_OR_EQUIVALENT

Value: 7

Master's or equivalent; Programmes designed to provide advanced academic and/or professional knowledge, skills and competencies leading to a second tertiary degree or equivalent qualification. ISCED code 7.

Generated from protobuf enum MASTERS_OR_EQUIVALENT = 7;

DOCTORAL_OR_EQUIVALENT

Value: 8

Doctoral or equivalent; Programmes designed primarily to lead to an advanced research qualification, usually concluding with the submission and defense of a substantive dissertation of publishable quality based on original research. ISCED code 8.

Generated from protobuf enum DOCTORAL_OR_EQUIVALENT = 8;