Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Resume.
Resource that represents a resume.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#resume_type
def resume_type() -> ::Google::Cloud::Talent::V4beta1::Resume::ResumeType
- (::Google::Cloud::Talent::V4beta1::Resume::ResumeType) — The format of structured_resume.
#resume_type=
def resume_type=(value) -> ::Google::Cloud::Talent::V4beta1::Resume::ResumeType
- value (::Google::Cloud::Talent::V4beta1::Resume::ResumeType) — The format of structured_resume.
- (::Google::Cloud::Talent::V4beta1::Resume::ResumeType) — The format of structured_resume.
#structured_resume
def structured_resume() -> ::String
-
(::String) — Users can create a profile with only this field field, if resume_type
is HRXML. For example, the API parses this field and
creates a profile
with all structured fields populated. EmploymentRecord,
EducationRecord, and so on. An error is thrown if this field cannot be
parsed.
Note that the use of the functionality offered by this field to extract data from resumes is an Alpha feature and as such is not covered by any SLA.
#structured_resume=
def structured_resume=(value) -> ::String
-
value (::String) — Users can create a profile with only this field field, if resume_type
is HRXML. For example, the API parses this field and
creates a profile
with all structured fields populated. EmploymentRecord,
EducationRecord, and so on. An error is thrown if this field cannot be
parsed.
Note that the use of the functionality offered by this field to extract data from resumes is an Alpha feature and as such is not covered by any SLA.
-
(::String) — Users can create a profile with only this field field, if resume_type
is HRXML. For example, the API parses this field and
creates a profile
with all structured fields populated. EmploymentRecord,
EducationRecord, and so on. An error is thrown if this field cannot be
parsed.
Note that the use of the functionality offered by this field to extract data from resumes is an Alpha feature and as such is not covered by any SLA.