public static final class Resume.Builder extends GeneratedMessageV3.Builder<Resume.Builder> implements ResumeOrBuilder
Resource that represents a resume.
Protobuf type google.cloud.talent.v4beta1.Resume
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Resume.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public Resume buildPartial()
Returns
clear()
public Resume.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public Resume.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Resume.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearResumeType()
public Resume.Builder clearResumeType()
The format of structured_resume.
.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;
Returns
clearStructuredResume()
public Resume.Builder clearStructuredResume()
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
clone()
public Resume.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public Resume getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getResumeType()
public Resume.ResumeType getResumeType()
The format of structured_resume.
.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;
Returns
getResumeTypeValue()
public int getResumeTypeValue()
The format of structured_resume.
.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;
Returns
Type | Description |
int | The enum numeric value on the wire for resumeType.
|
getStructuredResume()
public 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
Type | Description |
String | The structuredResume.
|
getStructuredResumeBytes()
public 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
Type | Description |
ByteString | The bytes for structuredResume.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(Resume other)
public Resume.Builder mergeFrom(Resume other)
Parameter
Returns
public Resume.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Resume.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Resume.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Resume.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Resume.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setResumeType(Resume.ResumeType value)
public Resume.Builder setResumeType(Resume.ResumeType value)
The format of structured_resume.
.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;
Parameter
Returns
setResumeTypeValue(int value)
public Resume.Builder setResumeTypeValue(int value)
The format of structured_resume.
.google.cloud.talent.v4beta1.Resume.ResumeType resume_type = 2;
Parameter
Name | Description |
value | int
The enum numeric value on the wire for resumeType to set.
|
Returns
setStructuredResume(String value)
public Resume.Builder setStructuredResume(String value)
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;
Parameter
Name | Description |
value | String
The structuredResume to set.
|
Returns
setStructuredResumeBytes(ByteString value)
public Resume.Builder setStructuredResumeBytes(ByteString value)
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;
Parameter
Name | Description |
value | ByteString
The bytes for structuredResume to set.
|
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final Resume.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides