Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::Resume (v0.4.6)

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

#resume_type=

def resume_type=(value) -> ::Google::Cloud::Talent::V4beta1::Resume::ResumeType

#structured_resume

def structured_resume() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.