Interface ResumeOrBuilder

public interface ResumeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResumeType()

public abstract Resume.ResumeType getResumeType()

The format of structured_resume.

.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;

Returns
TypeDescription
Resume.ResumeType

The resumeType.

getResumeTypeValue()

public abstract int getResumeTypeValue()

The format of structured_resume.

.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for resumeType.

getStructuredResume()

public abstract String getStructuredResume()

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 structured_resume = 1;

Returns
TypeDescription
String

The structuredResume.

getStructuredResumeBytes()

public abstract ByteString getStructuredResumeBytes()

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 structured_resume = 1;

Returns
TypeDescription
ByteString

The bytes for structuredResume.