public interface ResumeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Resume.ResumeType |
getResumeType()
Optional.
|
int |
getResumeTypeValue()
Optional.
|
String |
getStructuredResume()
Optional.
|
com.google.protobuf.ByteString |
getStructuredResumeBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStructuredResume()
Optional. Users can create a profile with only this field field, if [resume_type][google.cloud.talent.v4beta1.Resume.resume_type] is [HRXML][google.cloud.talent.v4beta1.Resume.ResumeType.HRXML]. For example, the API parses this field and creates a profile with all structured fields populated, for example. [EmploymentRecord][google.cloud.talent.v4beta1.EmploymentRecord], [EducationRecord][google.cloud.talent.v4beta1.EducationRecord], and so on. An error is thrown if this field cannot be parsed. If this field is provided during profile creation or update, any other structured data provided in the profile is ignored. The API populates these fields by parsing this field.
string structured_resume = 1;com.google.protobuf.ByteString getStructuredResumeBytes()
Optional. Users can create a profile with only this field field, if [resume_type][google.cloud.talent.v4beta1.Resume.resume_type] is [HRXML][google.cloud.talent.v4beta1.Resume.ResumeType.HRXML]. For example, the API parses this field and creates a profile with all structured fields populated, for example. [EmploymentRecord][google.cloud.talent.v4beta1.EmploymentRecord], [EducationRecord][google.cloud.talent.v4beta1.EducationRecord], and so on. An error is thrown if this field cannot be parsed. If this field is provided during profile creation or update, any other structured data provided in the profile is ignored. The API populates these fields by parsing this field.
string structured_resume = 1;int getResumeTypeValue()
Optional. The format of [structured_resume][google.cloud.talent.v4beta1.Resume.structured_resume].
.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;Resume.ResumeType getResumeType()
Optional. The format of [structured_resume][google.cloud.talent.v4beta1.Resume.structured_resume].
.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;Copyright © 2019 Google LLC. All rights reserved.