public enum SkillProficiencyLevel extends Enum<SkillProficiencyLevel> implements com.google.protobuf.ProtocolMessageEnum
Enum that represents the skill proficiency level.Protobuf enum
google.cloud.talent.v4beta1.SkillProficiencyLevel| Enum Constant and Description |
|---|
ADVANCED
Can perform the actions associated with this skill without assistance.
|
EXPERT
Known as an expert in this area.
|
FUNDAMENTAL_AWARENESS
Have a common knowledge or an understanding of basic techniques and
concepts.
|
INTERMEDIATE
Be able to successfully complete tasks in this skill as requested.
|
NOVICE
Have the level of experience gained in a classroom and/or experimental
scenarios or as a trainee on-the-job.
|
SKILL_PROFICIENCY_LEVEL_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
UNSKILLED
Lacks any proficiency in this skill.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ADVANCED_VALUE
Can perform the actions associated with this skill without assistance.
|
static int |
EXPERT_VALUE
Known as an expert in this area.
|
static int |
FUNDAMENTAL_AWARENESS_VALUE
Have a common knowledge or an understanding of basic techniques and
concepts.
|
static int |
INTERMEDIATE_VALUE
Be able to successfully complete tasks in this skill as requested.
|
static int |
NOVICE_VALUE
Have the level of experience gained in a classroom and/or experimental
scenarios or as a trainee on-the-job.
|
static int |
SKILL_PROFICIENCY_LEVEL_UNSPECIFIED_VALUE
Default value.
|
static int |
UNSKILLED_VALUE
Lacks any proficiency in this skill.
|
| Modifier and Type | Method and Description |
|---|---|
static SkillProficiencyLevel |
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<SkillProficiencyLevel> |
internalGetValueMap() |
static SkillProficiencyLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SkillProficiencyLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SkillProficiencyLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkillProficiencyLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SkillProficiencyLevel SKILL_PROFICIENCY_LEVEL_UNSPECIFIED
Default value.
SKILL_PROFICIENCY_LEVEL_UNSPECIFIED = 0;public static final SkillProficiencyLevel UNSKILLED
Lacks any proficiency in this skill.
UNSKILLED = 6;public static final SkillProficiencyLevel FUNDAMENTAL_AWARENESS
Have a common knowledge or an understanding of basic techniques and concepts.
FUNDAMENTAL_AWARENESS = 1;public static final SkillProficiencyLevel NOVICE
Have the level of experience gained in a classroom and/or experimental scenarios or as a trainee on-the-job.
NOVICE = 2;public static final SkillProficiencyLevel 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;public static final SkillProficiencyLevel ADVANCED
Can perform the actions associated with this skill without assistance.
ADVANCED = 4;public static final SkillProficiencyLevel EXPERT
Known as an expert in this area.
EXPERT = 5;public static final SkillProficiencyLevel UNRECOGNIZED
public static final int SKILL_PROFICIENCY_LEVEL_UNSPECIFIED_VALUE
Default value.
SKILL_PROFICIENCY_LEVEL_UNSPECIFIED = 0;public static final int UNSKILLED_VALUE
Lacks any proficiency in this skill.
UNSKILLED = 6;public static final int FUNDAMENTAL_AWARENESS_VALUE
Have a common knowledge or an understanding of basic techniques and concepts.
FUNDAMENTAL_AWARENESS = 1;public static final int NOVICE_VALUE
Have the level of experience gained in a classroom and/or experimental scenarios or as a trainee on-the-job.
NOVICE = 2;public static final int 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;public static final int ADVANCED_VALUE
Can perform the actions associated with this skill without assistance.
ADVANCED = 4;public static final int EXPERT_VALUE
Known as an expert in this area.
EXPERT = 5;public static SkillProficiencyLevel[] values()
for (SkillProficiencyLevel c : SkillProficiencyLevel.values()) System.out.println(c);
public static SkillProficiencyLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SkillProficiencyLevel valueOf(int value)
forNumber(int) instead.public static SkillProficiencyLevel forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<SkillProficiencyLevel> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SkillProficiencyLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.