public static enum Resume.ResumeType extends Enum<Resume.ResumeType> implements com.google.protobuf.ProtocolMessageEnum
The format of a structured resume.Protobuf enum
google.cloud.talent.v4beta1.Resume.ResumeType| Enum Constant and Description |
|---|
HRXML
The profile contents in HR-XML format.
|
OTHER_RESUME_TYPE
Resume type not specified.
|
RESUME_TYPE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
HRXML_VALUE
The profile contents in HR-XML format.
|
static int |
OTHER_RESUME_TYPE_VALUE
Resume type not specified.
|
static int |
RESUME_TYPE_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static Resume.ResumeType |
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<Resume.ResumeType> |
internalGetValueMap() |
static Resume.ResumeType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Resume.ResumeType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Resume.ResumeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resume.ResumeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resume.ResumeType RESUME_TYPE_UNSPECIFIED
Default value.
RESUME_TYPE_UNSPECIFIED = 0;public static final Resume.ResumeType HRXML
The profile contents in HR-XML format. See http://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more information about Human Resources XML.
HRXML = 1;public static final Resume.ResumeType OTHER_RESUME_TYPE
Resume type not specified.
OTHER_RESUME_TYPE = 2;public static final Resume.ResumeType UNRECOGNIZED
public static final int RESUME_TYPE_UNSPECIFIED_VALUE
Default value.
RESUME_TYPE_UNSPECIFIED = 0;public static final int HRXML_VALUE
The profile contents in HR-XML format. See http://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more information about Human Resources XML.
HRXML = 1;public static final int OTHER_RESUME_TYPE_VALUE
Resume type not specified.
OTHER_RESUME_TYPE = 2;public static Resume.ResumeType[] values()
for (Resume.ResumeType c : Resume.ResumeType.values()) System.out.println(c);
public static Resume.ResumeType 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 Resume.ResumeType valueOf(int value)
forNumber(int) instead.public static Resume.ResumeType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Resume.ResumeType> 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 Resume.ResumeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.