Class: Google::Cloud::Talent::V4beta1::Resume

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/profile.rb

Overview

Resource that represents a resume.

Defined Under Namespace

Modules: ResumeType

Instance Attribute Summary collapse

Instance Attribute Details

#resume_type::Google::Cloud::Talent::V4beta1::Resume::ResumeType

Returns The format of structured_resume.



299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 299

class Resume
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The format of a structured resume.
  module ResumeType
    # Default value.
    RESUME_TYPE_UNSPECIFIED = 0

    # 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

    # Resume type not specified.
    OTHER_RESUME_TYPE = 2
  end
end

#structured_resume::String

Returns 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.



299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 299

class Resume
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The format of a structured resume.
  module ResumeType
    # Default value.
    RESUME_TYPE_UNSPECIFIED = 0

    # 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

    # Resume type not specified.
    OTHER_RESUME_TYPE = 2
  end
end