Enum Resume.ResumeType

public enum Resume.ResumeType extends Enum<Resume.ResumeType> implements ProtocolMessageEnum

The format of a structured resume.

Protobuf enum google.cloud.talent.v4beta1.Resume.ResumeType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HRXML

The profile contents in HR-XML format. See https://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more information about Human Resources XML.

HRXML = 1;

HRXML_VALUE

The profile contents in HR-XML format. See https://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more information about Human Resources XML.

HRXML = 1;

OTHER_RESUME_TYPE

Resume type not specified.

OTHER_RESUME_TYPE = 2;

OTHER_RESUME_TYPE_VALUE

Resume type not specified.

OTHER_RESUME_TYPE = 2;

RESUME_TYPE_UNSPECIFIED

Default value.

RESUME_TYPE_UNSPECIFIED = 0;

RESUME_TYPE_UNSPECIFIED_VALUE

Default value.

RESUME_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()