- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public static final class Skill.Builder extends GeneratedMessageV3.Builder<Skill.Builder> implements SkillOrBuilder
Resource that represents a skill of a candidate.
Protobuf type google.cloud.talent.v4beta1.Skill
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Skill.BuilderImplements
SkillOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Skill.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Skill.Builder |
build()
public Skill build()
Type | Description |
Skill |
buildPartial()
public Skill buildPartial()
Type | Description |
Skill |
clear()
public Skill.Builder clear()
Type | Description |
Skill.Builder |
clearContext()
public Skill.Builder clearContext()
A paragraph describes context of this skill. Number of characters allowed is 100,000.
string context = 4;
Type | Description |
Skill.Builder | This builder for chaining. |
clearDisplayName()
public Skill.Builder clearDisplayName()
Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
string display_name = 1;
Type | Description |
Skill.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Skill.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Skill.Builder |
clearLastUsedDate()
public Skill.Builder clearLastUsedDate()
The last time this skill was used.
.google.type.Date last_used_date = 2;
Type | Description |
Skill.Builder |
clearLevel()
public Skill.Builder clearLevel()
Skill proficiency level which indicates how proficient the candidate is at this skill.
.google.cloud.talent.v4beta1.SkillProficiencyLevel level = 3;
Type | Description |
Skill.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Skill.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Skill.Builder |
clearSkillNameSnippet()
public Skill.Builder clearSkillNameSnippet()
Output only. Skill name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string skill_name_snippet = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Skill.Builder | This builder for chaining. |
clone()
public Skill.Builder clone()
Type | Description |
Skill.Builder |
getContext()
public String getContext()
A paragraph describes context of this skill. Number of characters allowed is 100,000.
string context = 4;
Type | Description |
String | The context. |
getContextBytes()
public ByteString getContextBytes()
A paragraph describes context of this skill. Number of characters allowed is 100,000.
string context = 4;
Type | Description |
ByteString | The bytes for context. |
getDefaultInstanceForType()
public Skill getDefaultInstanceForType()
Type | Description |
Skill |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
string display_name = 1;
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
string display_name = 1;
Type | Description |
ByteString | The bytes for displayName. |
getLastUsedDate()
public Date getLastUsedDate()
The last time this skill was used.
.google.type.Date last_used_date = 2;
Type | Description |
com.google.type.Date | The lastUsedDate. |
getLastUsedDateBuilder()
public Date.Builder getLastUsedDateBuilder()
The last time this skill was used.
.google.type.Date last_used_date = 2;
Type | Description |
com.google.type.Date.Builder |
getLastUsedDateOrBuilder()
public DateOrBuilder getLastUsedDateOrBuilder()
The last time this skill was used.
.google.type.Date last_used_date = 2;
Type | Description |
com.google.type.DateOrBuilder |
getLevel()
public SkillProficiencyLevel getLevel()
Skill proficiency level which indicates how proficient the candidate is at this skill.
.google.cloud.talent.v4beta1.SkillProficiencyLevel level = 3;
Type | Description |
SkillProficiencyLevel | The level. |
getLevelValue()
public int getLevelValue()
Skill proficiency level which indicates how proficient the candidate is at this skill.
.google.cloud.talent.v4beta1.SkillProficiencyLevel level = 3;
Type | Description |
int | The enum numeric value on the wire for level. |
getSkillNameSnippet()
public String getSkillNameSnippet()
Output only. Skill name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string skill_name_snippet = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The skillNameSnippet. |
getSkillNameSnippetBytes()
public ByteString getSkillNameSnippetBytes()
Output only. Skill name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string skill_name_snippet = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for skillNameSnippet. |
hasLastUsedDate()
public boolean hasLastUsedDate()
The last time this skill was used.
.google.type.Date last_used_date = 2;
Type | Description |
boolean | Whether the lastUsedDate field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Skill other)
public Skill.Builder mergeFrom(Skill other)
Name | Description |
other | Skill |
Type | Description |
Skill.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Skill.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Skill.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Skill.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Skill.Builder |
mergeLastUsedDate(Date value)
public Skill.Builder mergeLastUsedDate(Date value)
The last time this skill was used.
.google.type.Date last_used_date = 2;
Name | Description |
value | com.google.type.Date |
Type | Description |
Skill.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Skill.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Skill.Builder |
setContext(String value)
public Skill.Builder setContext(String value)
A paragraph describes context of this skill. Number of characters allowed is 100,000.
string context = 4;
Name | Description |
value | String The context to set. |
Type | Description |
Skill.Builder | This builder for chaining. |
setContextBytes(ByteString value)
public Skill.Builder setContextBytes(ByteString value)
A paragraph describes context of this skill. Number of characters allowed is 100,000.
string context = 4;
Name | Description |
value | ByteString The bytes for context to set. |
Type | Description |
Skill.Builder | This builder for chaining. |
setDisplayName(String value)
public Skill.Builder setDisplayName(String value)
Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
string display_name = 1;
Name | Description |
value | String The displayName to set. |
Type | Description |
Skill.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Skill.Builder setDisplayNameBytes(ByteString value)
Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
string display_name = 1;
Name | Description |
value | ByteString The bytes for displayName to set. |
Type | Description |
Skill.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Skill.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Skill.Builder |
setLastUsedDate(Date value)
public Skill.Builder setLastUsedDate(Date value)
The last time this skill was used.
.google.type.Date last_used_date = 2;
Name | Description |
value | com.google.type.Date |
Type | Description |
Skill.Builder |
setLastUsedDate(Date.Builder builderForValue)
public Skill.Builder setLastUsedDate(Date.Builder builderForValue)
The last time this skill was used.
.google.type.Date last_used_date = 2;
Name | Description |
builderForValue | com.google.type.Date.Builder |
Type | Description |
Skill.Builder |
setLevel(SkillProficiencyLevel value)
public Skill.Builder setLevel(SkillProficiencyLevel value)
Skill proficiency level which indicates how proficient the candidate is at this skill.
.google.cloud.talent.v4beta1.SkillProficiencyLevel level = 3;
Name | Description |
value | SkillProficiencyLevel The level to set. |
Type | Description |
Skill.Builder | This builder for chaining. |
setLevelValue(int value)
public Skill.Builder setLevelValue(int value)
Skill proficiency level which indicates how proficient the candidate is at this skill.
.google.cloud.talent.v4beta1.SkillProficiencyLevel level = 3;
Name | Description |
value | int The enum numeric value on the wire for level to set. |
Type | Description |
Skill.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Skill.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Skill.Builder |
setSkillNameSnippet(String value)
public Skill.Builder setSkillNameSnippet(String value)
Output only. Skill name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string skill_name_snippet = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The skillNameSnippet to set. |
Type | Description |
Skill.Builder | This builder for chaining. |
setSkillNameSnippetBytes(ByteString value)
public Skill.Builder setSkillNameSnippetBytes(ByteString value)
Output only. Skill name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
string skill_name_snippet = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for skillNameSnippet to set. |
Type | Description |
Skill.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Skill.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Skill.Builder |