public interface SkillOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Optional.
|
com.google.protobuf.ByteString |
getContextBytes()
Optional.
|
String |
getDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Optional.
|
com.google.type.Date |
getLastUsedDate()
Optional.
|
com.google.type.DateOrBuilder |
getLastUsedDateOrBuilder()
Optional.
|
SkillProficiencyLevel |
getLevel()
Optional.
|
int |
getLevelValue()
Optional.
|
String |
getSkillNameSnippet()
Output only.
|
com.google.protobuf.ByteString |
getSkillNameSnippetBytes()
Output only.
|
boolean |
hasLastUsedDate()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Optional. Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Optional. Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
string display_name = 1;boolean hasLastUsedDate()
Optional. The last time this skill was used.
.google.type.Date last_used_date = 2;com.google.type.Date getLastUsedDate()
Optional. The last time this skill was used.
.google.type.Date last_used_date = 2;com.google.type.DateOrBuilder getLastUsedDateOrBuilder()
Optional. The last time this skill was used.
.google.type.Date last_used_date = 2;int getLevelValue()
Optional. Skill proficiency level which indicates how proficient the candidate is at this skill.
.google.cloud.talent.v4beta1.SkillProficiencyLevel level = 3;SkillProficiencyLevel getLevel()
Optional. Skill proficiency level which indicates how proficient the candidate is at this skill.
.google.cloud.talent.v4beta1.SkillProficiencyLevel level = 3;String getContext()
Optional. A paragraph describes context of this skill. Number of characters allowed is 100,000.
string context = 4;com.google.protobuf.ByteString getContextBytes()
Optional. A paragraph describes context of this skill. Number of characters allowed is 100,000.
string context = 4;String getSkillNameSnippet()
Output only. Skill name snippet shows how the [display_name][google.cloud.talent.v4beta1.Skill.display_name] is related to a search query. It's empty if the [display_name][google.cloud.talent.v4beta1.Skill.display_name] isn't related to the search query.
string skill_name_snippet = 5;com.google.protobuf.ByteString getSkillNameSnippetBytes()
Output only. Skill name snippet shows how the [display_name][google.cloud.talent.v4beta1.Skill.display_name] is related to a search query. It's empty if the [display_name][google.cloud.talent.v4beta1.Skill.display_name] isn't related to the search query.
string skill_name_snippet = 5;Copyright © 2019 Google LLC. All rights reserved.