Class Resume.Builder (2.2.9)

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

Implements

ResumeOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Resume.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Resume.Builder
Overrides

build()

public Resume build()
Returns
Type Description
Resume

buildPartial()

public Resume buildPartial()
Returns
Type Description
Resume

clear()

public Resume.Builder clear()
Returns
Type Description
Resume.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Resume.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Resume.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Resume.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Resume.Builder
Overrides

clearResumeType()

public Resume.Builder clearResumeType()

The format of structured_resume.

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

Returns
Type Description
Resume.Builder

This builder for chaining.

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
Type Description
Resume.Builder

This builder for chaining.

clone()

public Resume.Builder clone()
Returns
Type Description
Resume.Builder
Overrides

getDefaultInstanceForType()

public Resume getDefaultInstanceForType()
Returns
Type Description
Resume

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getResumeType()

public Resume.ResumeType getResumeType()

The format of structured_resume.

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

Returns
Type Description
Resume.ResumeType

The resumeType.

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
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Resume other)

public Resume.Builder mergeFrom(Resume other)
Parameter
Name Description
other Resume
Returns
Type Description
Resume.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Resume.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Resume.Builder
Overrides Exceptions
Type Description
IOException

mergeFrom(Message other)

public Resume.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Resume.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Resume.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Resume.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Resume.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Resume.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Resume.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Resume.Builder
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
Name Description
value Resume.ResumeType

The resumeType to set.

Returns
Type Description
Resume.Builder

This builder for chaining.

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
Type Description
Resume.Builder

This builder for chaining.

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
Type Description
Resume.Builder

This builder for chaining.

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
Type Description
Resume.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Resume.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Resume.Builder
Overrides