Class EmploymentRecord.Builder (2.2.9)

public static final class EmploymentRecord.Builder extends GeneratedMessageV3.Builder<EmploymentRecord.Builder> implements EmploymentRecordOrBuilder

Resource that represents an employment record of a candidate.

Protobuf type google.cloud.talent.v4beta1.EmploymentRecord

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public EmploymentRecord build()
Returns
Type Description
EmploymentRecord

buildPartial()

public EmploymentRecord buildPartial()
Returns
Type Description
EmploymentRecord

clear()

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

clearAddress()

public EmploymentRecord.Builder clearAddress()

The physical address of the employer.

.google.cloud.talent.v4beta1.Address address = 5;

Returns
Type Description
EmploymentRecord.Builder

clearDivisionName()

public EmploymentRecord.Builder clearDivisionName()

The division name of the employment. For example, division, department, client, and so on. Number of characters allowed is 100.

string division_name = 4;

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

clearEmployerName()

public EmploymentRecord.Builder clearEmployerName()

The name of the employer company/organization. For example, "Google", "Alphabet", and so on. Number of characters allowed is 250.

string employer_name = 3;

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

clearEmployerNameSnippet()

public EmploymentRecord.Builder clearEmployerNameSnippet()

Output only. The employer name snippet shows how the employer_name is related to a search query. It's empty if the employer_name isn't related to the search query.

string employer_name_snippet = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

clearEndDate()

public EmploymentRecord.Builder clearEndDate()

End date of the employment.

.google.type.Date end_date = 2;

Returns
Type Description
EmploymentRecord.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearIsCurrent()

public EmploymentRecord.Builder clearIsCurrent()

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Returns
Type Description
EmploymentRecord.Builder

clearIsSelfEmployed()

public EmploymentRecord.Builder clearIsSelfEmployed()

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Returns
Type Description
EmploymentRecord.Builder

clearIsSupervisor()

public EmploymentRecord.Builder clearIsSupervisor()

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Returns
Type Description
EmploymentRecord.Builder

clearJobDescription()

public EmploymentRecord.Builder clearJobDescription()

The description of job content. Number of characters allowed is 100,000.

string job_description = 7;

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

clearJobDescriptionSnippet()

public EmploymentRecord.Builder clearJobDescriptionSnippet()

Output only. The job description snippet shows how the job_description is related to a search query. It's empty if the job_description isn't related to the search query.

string job_description_snippet = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

clearJobTitle()

public EmploymentRecord.Builder clearJobTitle()

The job title of the employment. For example, "Software Engineer", "Data Scientist", and so on. Number of characters allowed is 250.

string job_title = 6;

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

clearJobTitleSnippet()

public EmploymentRecord.Builder clearJobTitleSnippet()

Output only. The job title snippet shows how the job_title is related to a search query. It's empty if the job_title isn't related to the search query.

string job_title_snippet = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearStartDate()

public EmploymentRecord.Builder clearStartDate()

Start date of the employment.

.google.type.Date start_date = 1;

Returns
Type Description
EmploymentRecord.Builder

clone()

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

getAddress()

public Address getAddress()

The physical address of the employer.

.google.cloud.talent.v4beta1.Address address = 5;

Returns
Type Description
Address

The address.

getAddressBuilder()

public Address.Builder getAddressBuilder()

The physical address of the employer.

.google.cloud.talent.v4beta1.Address address = 5;

Returns
Type Description
Address.Builder

getAddressOrBuilder()

public AddressOrBuilder getAddressOrBuilder()

The physical address of the employer.

.google.cloud.talent.v4beta1.Address address = 5;

Returns
Type Description
AddressOrBuilder

getDefaultInstanceForType()

public EmploymentRecord getDefaultInstanceForType()
Returns
Type Description
EmploymentRecord

getDescriptorForType()

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

getDivisionName()

public String getDivisionName()

The division name of the employment. For example, division, department, client, and so on. Number of characters allowed is 100.

string division_name = 4;

Returns
Type Description
String

The divisionName.

getDivisionNameBytes()

public ByteString getDivisionNameBytes()

The division name of the employment. For example, division, department, client, and so on. Number of characters allowed is 100.

string division_name = 4;

Returns
Type Description
ByteString

The bytes for divisionName.

getEmployerName()

public String getEmployerName()

The name of the employer company/organization. For example, "Google", "Alphabet", and so on. Number of characters allowed is 250.

string employer_name = 3;

Returns
Type Description
String

The employerName.

getEmployerNameBytes()

public ByteString getEmployerNameBytes()

The name of the employer company/organization. For example, "Google", "Alphabet", and so on. Number of characters allowed is 250.

string employer_name = 3;

Returns
Type Description
ByteString

The bytes for employerName.

getEmployerNameSnippet()

public String getEmployerNameSnippet()

Output only. The employer name snippet shows how the employer_name is related to a search query. It's empty if the employer_name isn't related to the search query.

string employer_name_snippet = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The employerNameSnippet.

getEmployerNameSnippetBytes()

public ByteString getEmployerNameSnippetBytes()

Output only. The employer name snippet shows how the employer_name is related to a search query. It's empty if the employer_name isn't related to the search query.

string employer_name_snippet = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for employerNameSnippet.

getEndDate()

public Date getEndDate()

End date of the employment.

.google.type.Date end_date = 2;

Returns
Type Description
com.google.type.Date

The endDate.

getEndDateBuilder()

public Date.Builder getEndDateBuilder()

End date of the employment.

.google.type.Date end_date = 2;

Returns
Type Description
com.google.type.Date.Builder

getEndDateOrBuilder()

public DateOrBuilder getEndDateOrBuilder()

End date of the employment.

.google.type.Date end_date = 2;

Returns
Type Description
com.google.type.DateOrBuilder

getIsCurrent()

public BoolValue getIsCurrent()

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Returns
Type Description
BoolValue

The isCurrent.

getIsCurrentBuilder()

public BoolValue.Builder getIsCurrentBuilder()

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Returns
Type Description
Builder

getIsCurrentOrBuilder()

public BoolValueOrBuilder getIsCurrentOrBuilder()

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Returns
Type Description
BoolValueOrBuilder

getIsSelfEmployed()

public BoolValue getIsSelfEmployed()

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Returns
Type Description
BoolValue

The isSelfEmployed.

getIsSelfEmployedBuilder()

public BoolValue.Builder getIsSelfEmployedBuilder()

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Returns
Type Description
Builder

getIsSelfEmployedOrBuilder()

public BoolValueOrBuilder getIsSelfEmployedOrBuilder()

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Returns
Type Description
BoolValueOrBuilder

getIsSupervisor()

public BoolValue getIsSupervisor()

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Returns
Type Description
BoolValue

The isSupervisor.

getIsSupervisorBuilder()

public BoolValue.Builder getIsSupervisorBuilder()

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Returns
Type Description
Builder

getIsSupervisorOrBuilder()

public BoolValueOrBuilder getIsSupervisorOrBuilder()

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Returns
Type Description
BoolValueOrBuilder

getJobDescription()

public String getJobDescription()

The description of job content. Number of characters allowed is 100,000.

string job_description = 7;

Returns
Type Description
String

The jobDescription.

getJobDescriptionBytes()

public ByteString getJobDescriptionBytes()

The description of job content. Number of characters allowed is 100,000.

string job_description = 7;

Returns
Type Description
ByteString

The bytes for jobDescription.

getJobDescriptionSnippet()

public String getJobDescriptionSnippet()

Output only. The job description snippet shows how the job_description is related to a search query. It's empty if the job_description isn't related to the search query.

string job_description_snippet = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The jobDescriptionSnippet.

getJobDescriptionSnippetBytes()

public ByteString getJobDescriptionSnippetBytes()

Output only. The job description snippet shows how the job_description is related to a search query. It's empty if the job_description isn't related to the search query.

string job_description_snippet = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for jobDescriptionSnippet.

getJobTitle()

public String getJobTitle()

The job title of the employment. For example, "Software Engineer", "Data Scientist", and so on. Number of characters allowed is 250.

string job_title = 6;

Returns
Type Description
String

The jobTitle.

getJobTitleBytes()

public ByteString getJobTitleBytes()

The job title of the employment. For example, "Software Engineer", "Data Scientist", and so on. Number of characters allowed is 250.

string job_title = 6;

Returns
Type Description
ByteString

The bytes for jobTitle.

getJobTitleSnippet()

public String getJobTitleSnippet()

Output only. The job title snippet shows how the job_title is related to a search query. It's empty if the job_title isn't related to the search query.

string job_title_snippet = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The jobTitleSnippet.

getJobTitleSnippetBytes()

public ByteString getJobTitleSnippetBytes()

Output only. The job title snippet shows how the job_title is related to a search query. It's empty if the job_title isn't related to the search query.

string job_title_snippet = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for jobTitleSnippet.

getStartDate()

public Date getStartDate()

Start date of the employment.

.google.type.Date start_date = 1;

Returns
Type Description
com.google.type.Date

The startDate.

getStartDateBuilder()

public Date.Builder getStartDateBuilder()

Start date of the employment.

.google.type.Date start_date = 1;

Returns
Type Description
com.google.type.Date.Builder

getStartDateOrBuilder()

public DateOrBuilder getStartDateOrBuilder()

Start date of the employment.

.google.type.Date start_date = 1;

Returns
Type Description
com.google.type.DateOrBuilder

hasAddress()

public boolean hasAddress()

The physical address of the employer.

.google.cloud.talent.v4beta1.Address address = 5;

Returns
Type Description
boolean

Whether the address field is set.

hasEndDate()

public boolean hasEndDate()

End date of the employment.

.google.type.Date end_date = 2;

Returns
Type Description
boolean

Whether the endDate field is set.

hasIsCurrent()

public boolean hasIsCurrent()

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Returns
Type Description
boolean

Whether the isCurrent field is set.

hasIsSelfEmployed()

public boolean hasIsSelfEmployed()

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Returns
Type Description
boolean

Whether the isSelfEmployed field is set.

hasIsSupervisor()

public boolean hasIsSupervisor()

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Returns
Type Description
boolean

Whether the isSupervisor field is set.

hasStartDate()

public boolean hasStartDate()

Start date of the employment.

.google.type.Date start_date = 1;

Returns
Type Description
boolean

Whether the startDate field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAddress(Address value)

public EmploymentRecord.Builder mergeAddress(Address value)

The physical address of the employer.

.google.cloud.talent.v4beta1.Address address = 5;

Parameter
Name Description
value Address
Returns
Type Description
EmploymentRecord.Builder

mergeEndDate(Date value)

public EmploymentRecord.Builder mergeEndDate(Date value)

End date of the employment.

.google.type.Date end_date = 2;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
EmploymentRecord.Builder

mergeFrom(EmploymentRecord other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeIsCurrent(BoolValue value)

public EmploymentRecord.Builder mergeIsCurrent(BoolValue value)

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Parameter
Name Description
value BoolValue
Returns
Type Description
EmploymentRecord.Builder

mergeIsSelfEmployed(BoolValue value)

public EmploymentRecord.Builder mergeIsSelfEmployed(BoolValue value)

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Parameter
Name Description
value BoolValue
Returns
Type Description
EmploymentRecord.Builder

mergeIsSupervisor(BoolValue value)

public EmploymentRecord.Builder mergeIsSupervisor(BoolValue value)

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Parameter
Name Description
value BoolValue
Returns
Type Description
EmploymentRecord.Builder

mergeStartDate(Date value)

public EmploymentRecord.Builder mergeStartDate(Date value)

Start date of the employment.

.google.type.Date start_date = 1;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
EmploymentRecord.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setAddress(Address value)

public EmploymentRecord.Builder setAddress(Address value)

The physical address of the employer.

.google.cloud.talent.v4beta1.Address address = 5;

Parameter
Name Description
value Address
Returns
Type Description
EmploymentRecord.Builder

setAddress(Address.Builder builderForValue)

public EmploymentRecord.Builder setAddress(Address.Builder builderForValue)

The physical address of the employer.

.google.cloud.talent.v4beta1.Address address = 5;

Parameter
Name Description
builderForValue Address.Builder
Returns
Type Description
EmploymentRecord.Builder

setDivisionName(String value)

public EmploymentRecord.Builder setDivisionName(String value)

The division name of the employment. For example, division, department, client, and so on. Number of characters allowed is 100.

string division_name = 4;

Parameter
Name Description
value String

The divisionName to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setDivisionNameBytes(ByteString value)

public EmploymentRecord.Builder setDivisionNameBytes(ByteString value)

The division name of the employment. For example, division, department, client, and so on. Number of characters allowed is 100.

string division_name = 4;

Parameter
Name Description
value ByteString

The bytes for divisionName to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setEmployerName(String value)

public EmploymentRecord.Builder setEmployerName(String value)

The name of the employer company/organization. For example, "Google", "Alphabet", and so on. Number of characters allowed is 250.

string employer_name = 3;

Parameter
Name Description
value String

The employerName to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setEmployerNameBytes(ByteString value)

public EmploymentRecord.Builder setEmployerNameBytes(ByteString value)

The name of the employer company/organization. For example, "Google", "Alphabet", and so on. Number of characters allowed is 250.

string employer_name = 3;

Parameter
Name Description
value ByteString

The bytes for employerName to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setEmployerNameSnippet(String value)

public EmploymentRecord.Builder setEmployerNameSnippet(String value)

Output only. The employer name snippet shows how the employer_name is related to a search query. It's empty if the employer_name isn't related to the search query.

string employer_name_snippet = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The employerNameSnippet to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setEmployerNameSnippetBytes(ByteString value)

public EmploymentRecord.Builder setEmployerNameSnippetBytes(ByteString value)

Output only. The employer name snippet shows how the employer_name is related to a search query. It's empty if the employer_name isn't related to the search query.

string employer_name_snippet = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for employerNameSnippet to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setEndDate(Date value)

public EmploymentRecord.Builder setEndDate(Date value)

End date of the employment.

.google.type.Date end_date = 2;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
EmploymentRecord.Builder

setEndDate(Date.Builder builderForValue)

public EmploymentRecord.Builder setEndDate(Date.Builder builderForValue)

End date of the employment.

.google.type.Date end_date = 2;

Parameter
Name Description
builderForValue com.google.type.Date.Builder
Returns
Type Description
EmploymentRecord.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setIsCurrent(BoolValue value)

public EmploymentRecord.Builder setIsCurrent(BoolValue value)

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Parameter
Name Description
value BoolValue
Returns
Type Description
EmploymentRecord.Builder

setIsCurrent(BoolValue.Builder builderForValue)

public EmploymentRecord.Builder setIsCurrent(BoolValue.Builder builderForValue)

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
EmploymentRecord.Builder

setIsSelfEmployed(BoolValue value)

public EmploymentRecord.Builder setIsSelfEmployed(BoolValue value)

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Parameter
Name Description
value BoolValue
Returns
Type Description
EmploymentRecord.Builder

setIsSelfEmployed(BoolValue.Builder builderForValue)

public EmploymentRecord.Builder setIsSelfEmployed(BoolValue.Builder builderForValue)

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
EmploymentRecord.Builder

setIsSupervisor(BoolValue value)

public EmploymentRecord.Builder setIsSupervisor(BoolValue value)

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Parameter
Name Description
value BoolValue
Returns
Type Description
EmploymentRecord.Builder

setIsSupervisor(BoolValue.Builder builderForValue)

public EmploymentRecord.Builder setIsSupervisor(BoolValue.Builder builderForValue)

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
EmploymentRecord.Builder

setJobDescription(String value)

public EmploymentRecord.Builder setJobDescription(String value)

The description of job content. Number of characters allowed is 100,000.

string job_description = 7;

Parameter
Name Description
value String

The jobDescription to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setJobDescriptionBytes(ByteString value)

public EmploymentRecord.Builder setJobDescriptionBytes(ByteString value)

The description of job content. Number of characters allowed is 100,000.

string job_description = 7;

Parameter
Name Description
value ByteString

The bytes for jobDescription to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setJobDescriptionSnippet(String value)

public EmploymentRecord.Builder setJobDescriptionSnippet(String value)

Output only. The job description snippet shows how the job_description is related to a search query. It's empty if the job_description isn't related to the search query.

string job_description_snippet = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The jobDescriptionSnippet to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setJobDescriptionSnippetBytes(ByteString value)

public EmploymentRecord.Builder setJobDescriptionSnippetBytes(ByteString value)

Output only. The job description snippet shows how the job_description is related to a search query. It's empty if the job_description isn't related to the search query.

string job_description_snippet = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for jobDescriptionSnippet to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setJobTitle(String value)

public EmploymentRecord.Builder setJobTitle(String value)

The job title of the employment. For example, "Software Engineer", "Data Scientist", and so on. Number of characters allowed is 250.

string job_title = 6;

Parameter
Name Description
value String

The jobTitle to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setJobTitleBytes(ByteString value)

public EmploymentRecord.Builder setJobTitleBytes(ByteString value)

The job title of the employment. For example, "Software Engineer", "Data Scientist", and so on. Number of characters allowed is 250.

string job_title = 6;

Parameter
Name Description
value ByteString

The bytes for jobTitle to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setJobTitleSnippet(String value)

public EmploymentRecord.Builder setJobTitleSnippet(String value)

Output only. The job title snippet shows how the job_title is related to a search query. It's empty if the job_title isn't related to the search query.

string job_title_snippet = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The jobTitleSnippet to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

setJobTitleSnippetBytes(ByteString value)

public EmploymentRecord.Builder setJobTitleSnippetBytes(ByteString value)

Output only. The job title snippet shows how the job_title is related to a search query. It's empty if the job_title isn't related to the search query.

string job_title_snippet = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for jobTitleSnippet to set.

Returns
Type Description
EmploymentRecord.Builder

This builder for chaining.

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

public EmploymentRecord.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
EmploymentRecord.Builder
Overrides

setStartDate(Date value)

public EmploymentRecord.Builder setStartDate(Date value)

Start date of the employment.

.google.type.Date start_date = 1;

Parameter
Name Description
value com.google.type.Date
Returns
Type Description
EmploymentRecord.Builder

setStartDate(Date.Builder builderForValue)

public EmploymentRecord.Builder setStartDate(Date.Builder builderForValue)

Start date of the employment.

.google.type.Date start_date = 1;

Parameter
Name Description
builderForValue com.google.type.Date.Builder
Returns
Type Description
EmploymentRecord.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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