public final class Skill extends com.google.protobuf.GeneratedMessageV3 implements SkillOrBuilder
Resource that represents a skill of a candidate.Protobuf type
google.cloud.talent.v4beta1.Skill| Modifier and Type | Class and Description |
|---|---|
static class |
Skill.Builder
Resource that represents a skill of a candidate.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONTEXT_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
LAST_USED_DATE_FIELD_NUMBER |
static int |
LEVEL_FIELD_NUMBER |
static int |
SKILL_NAME_SNIPPET_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContext()
Optional.
|
com.google.protobuf.ByteString |
getContextBytes()
Optional.
|
static Skill |
getDefaultInstance() |
Skill |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<Skill> |
getParserForType() |
int |
getSerializedSize() |
String |
getSkillNameSnippet()
Output only.
|
com.google.protobuf.ByteString |
getSkillNameSnippetBytes()
Output only.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasLastUsedDate()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Skill.Builder |
newBuilder() |
static Skill.Builder |
newBuilder(Skill prototype) |
Skill.Builder |
newBuilderForType() |
protected Skill.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Skill |
parseDelimitedFrom(InputStream input) |
static Skill |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Skill |
parseFrom(byte[] data) |
static Skill |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Skill |
parseFrom(ByteBuffer data) |
static Skill |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Skill |
parseFrom(com.google.protobuf.ByteString data) |
static Skill |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Skill |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Skill |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Skill |
parseFrom(InputStream input) |
static Skill |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Skill> |
parser() |
Skill.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DISPLAY_NAME_FIELD_NUMBER
public static final int LAST_USED_DATE_FIELD_NUMBER
public static final int LEVEL_FIELD_NUMBER
public static final int CONTEXT_FIELD_NUMBER
public static final int SKILL_NAME_SNIPPET_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getDisplayName()
Optional. Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
string display_name = 1;getDisplayName in interface SkillOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Optional. Skill display name. For example, "Java", "Python". Number of characters allowed is 100.
string display_name = 1;getDisplayNameBytes in interface SkillOrBuilderpublic boolean hasLastUsedDate()
Optional. The last time this skill was used.
.google.type.Date last_used_date = 2;hasLastUsedDate in interface SkillOrBuilderpublic com.google.type.Date getLastUsedDate()
Optional. The last time this skill was used.
.google.type.Date last_used_date = 2;getLastUsedDate in interface SkillOrBuilderpublic com.google.type.DateOrBuilder getLastUsedDateOrBuilder()
Optional. The last time this skill was used.
.google.type.Date last_used_date = 2;getLastUsedDateOrBuilder in interface SkillOrBuilderpublic int getLevelValue()
Optional. Skill proficiency level which indicates how proficient the candidate is at this skill.
.google.cloud.talent.v4beta1.SkillProficiencyLevel level = 3;getLevelValue in interface SkillOrBuilderpublic SkillProficiencyLevel getLevel()
Optional. Skill proficiency level which indicates how proficient the candidate is at this skill.
.google.cloud.talent.v4beta1.SkillProficiencyLevel level = 3;getLevel in interface SkillOrBuilderpublic String getContext()
Optional. A paragraph describes context of this skill. Number of characters allowed is 100,000.
string context = 4;getContext in interface SkillOrBuilderpublic com.google.protobuf.ByteString getContextBytes()
Optional. A paragraph describes context of this skill. Number of characters allowed is 100,000.
string context = 4;getContextBytes in interface SkillOrBuilderpublic 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;getSkillNameSnippet in interface SkillOrBuilderpublic 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;getSkillNameSnippetBytes in interface SkillOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Skill parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Skill parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Skill parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Skill parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Skill parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Skill parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Skill parseFrom(InputStream input) throws IOException
IOExceptionpublic static Skill parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Skill parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Skill parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Skill parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Skill parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Skill.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Skill.Builder newBuilder()
public static Skill.Builder newBuilder(Skill prototype)
public Skill.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Skill.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Skill getDefaultInstance()
public static com.google.protobuf.Parser<Skill> parser()
public com.google.protobuf.Parser<Skill> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Skill getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.