Enum SkillProficiencyLevel

public enum SkillProficiencyLevel extends Enum<SkillProficiencyLevel> implements ProtocolMessageEnum

Enum that represents the skill proficiency level.

Protobuf enum google.cloud.talent.v4beta1.SkillProficiencyLevel

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADVANCED

Can perform the actions associated with this skill without assistance.

ADVANCED = 4;

ADVANCED_VALUE

Can perform the actions associated with this skill without assistance.

ADVANCED = 4;

EXPERT

Known as an expert in this area.

EXPERT = 5;

EXPERT_VALUE

Known as an expert in this area.

EXPERT = 5;

FUNDAMENTAL_AWARENESS

Have a common knowledge or an understanding of basic techniques and concepts.

FUNDAMENTAL_AWARENESS = 1;

FUNDAMENTAL_AWARENESS_VALUE

Have a common knowledge or an understanding of basic techniques and concepts.

FUNDAMENTAL_AWARENESS = 1;

INTERMEDIATE

Be able to successfully complete tasks in this skill as requested. Help from an expert may be required from time to time, but can usually perform skill independently.

INTERMEDIATE = 3;

INTERMEDIATE_VALUE

Be able to successfully complete tasks in this skill as requested. Help from an expert may be required from time to time, but can usually perform skill independently.

INTERMEDIATE = 3;

NOVICE

Have the level of experience gained in a classroom and/or experimental scenarios or as a trainee on-the-job.

NOVICE = 2;

NOVICE_VALUE

Have the level of experience gained in a classroom and/or experimental scenarios or as a trainee on-the-job.

NOVICE = 2;

SKILL_PROFICIENCY_LEVEL_UNSPECIFIED

Default value.

SKILL_PROFICIENCY_LEVEL_UNSPECIFIED = 0;

SKILL_PROFICIENCY_LEVEL_UNSPECIFIED_VALUE

Default value.

SKILL_PROFICIENCY_LEVEL_UNSPECIFIED = 0;

UNRECOGNIZED
UNSKILLED

Lacks any proficiency in this skill.

UNSKILLED = 6;

UNSKILLED_VALUE

Lacks any proficiency in this skill.

UNSKILLED = 6;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()