Enum Resume.ResumeType
Stay organized with collections
Save and categorize content based on your preferences.
public enum Resume.ResumeType extends Enum<Resume.ResumeType> implements ProtocolMessageEnum
The format of a structured resume.
Protobuf enum google.cloud.talent.v4beta1.Resume.ResumeType
Static Fields
Name | Description |
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
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead.
|
valueOf(String name) | |
values() | |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() | |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-06-03 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]