- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EmploymentRecord.BuilderImplements
EmploymentRecordOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EmploymentRecord.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
EmploymentRecord.Builder |
build()
public EmploymentRecord build()
Type | Description |
EmploymentRecord |
buildPartial()
public EmploymentRecord buildPartial()
Type | Description |
EmploymentRecord |
clear()
public EmploymentRecord.Builder clear()
Type | Description |
EmploymentRecord.Builder |
clearAddress()
public EmploymentRecord.Builder clearAddress()
The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;
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;
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;
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];
Type | Description |
EmploymentRecord.Builder | This builder for chaining. |
clearEndDate()
public EmploymentRecord.Builder clearEndDate()
End date of the employment.
.google.type.Date end_date = 2;
Type | Description |
EmploymentRecord.Builder |
clearField(Descriptors.FieldDescriptor field)
public EmploymentRecord.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
EmploymentRecord.Builder |
clearIsCurrent()
public EmploymentRecord.Builder clearIsCurrent()
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
Type | Description |
EmploymentRecord.Builder |
clearIsSelfEmployed()
public EmploymentRecord.Builder clearIsSelfEmployed()
If this employment is self-employed.
.google.protobuf.BoolValue is_self_employed = 9;
Type | Description |
EmploymentRecord.Builder |
clearIsSupervisor()
public EmploymentRecord.Builder clearIsSupervisor()
If the jobs is a supervisor position.
.google.protobuf.BoolValue is_supervisor = 8;
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;
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];
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;
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];
Type | Description |
EmploymentRecord.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public EmploymentRecord.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
EmploymentRecord.Builder |
clearStartDate()
public EmploymentRecord.Builder clearStartDate()
Start date of the employment.
.google.type.Date start_date = 1;
Type | Description |
EmploymentRecord.Builder |
clone()
public EmploymentRecord.Builder clone()
Type | Description |
EmploymentRecord.Builder |
getAddress()
public Address getAddress()
The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;
Type | Description |
Address | The address. |
getAddressBuilder()
public Address.Builder getAddressBuilder()
The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;
Type | Description |
Address.Builder |
getAddressOrBuilder()
public AddressOrBuilder getAddressOrBuilder()
The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;
Type | Description |
AddressOrBuilder |
getDefaultInstanceForType()
public EmploymentRecord getDefaultInstanceForType()
Type | Description |
EmploymentRecord |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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;
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;
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;
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;
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];
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];
Type | Description |
ByteString | The bytes for employerNameSnippet. |
getEndDate()
public Date getEndDate()
End date of the employment.
.google.type.Date end_date = 2;
Type | Description |
com.google.type.Date | The endDate. |
getEndDateBuilder()
public Date.Builder getEndDateBuilder()
End date of the employment.
.google.type.Date end_date = 2;
Type | Description |
com.google.type.Date.Builder |
getEndDateOrBuilder()
public DateOrBuilder getEndDateOrBuilder()
End date of the employment.
.google.type.Date end_date = 2;
Type | Description |
com.google.type.DateOrBuilder |
getIsCurrent()
public BoolValue getIsCurrent()
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
Type | Description |
BoolValue | The isCurrent. |
getIsCurrentBuilder()
public BoolValue.Builder getIsCurrentBuilder()
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
Type | Description |
Builder |
getIsCurrentOrBuilder()
public BoolValueOrBuilder getIsCurrentOrBuilder()
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
Type | Description |
BoolValueOrBuilder |
getIsSelfEmployed()
public BoolValue getIsSelfEmployed()
If this employment is self-employed.
.google.protobuf.BoolValue is_self_employed = 9;
Type | Description |
BoolValue | The isSelfEmployed. |
getIsSelfEmployedBuilder()
public BoolValue.Builder getIsSelfEmployedBuilder()
If this employment is self-employed.
.google.protobuf.BoolValue is_self_employed = 9;
Type | Description |
Builder |
getIsSelfEmployedOrBuilder()
public BoolValueOrBuilder getIsSelfEmployedOrBuilder()
If this employment is self-employed.
.google.protobuf.BoolValue is_self_employed = 9;
Type | Description |
BoolValueOrBuilder |
getIsSupervisor()
public BoolValue getIsSupervisor()
If the jobs is a supervisor position.
.google.protobuf.BoolValue is_supervisor = 8;
Type | Description |
BoolValue | The isSupervisor. |
getIsSupervisorBuilder()
public BoolValue.Builder getIsSupervisorBuilder()
If the jobs is a supervisor position.
.google.protobuf.BoolValue is_supervisor = 8;
Type | Description |
Builder |
getIsSupervisorOrBuilder()
public BoolValueOrBuilder getIsSupervisorOrBuilder()
If the jobs is a supervisor position.
.google.protobuf.BoolValue is_supervisor = 8;
Type | Description |
BoolValueOrBuilder |
getJobDescription()
public String getJobDescription()
The description of job content. Number of characters allowed is 100,000.
string job_description = 7;
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;
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];
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];
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;
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;
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];
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];
Type | Description |
ByteString | The bytes for jobTitleSnippet. |
getStartDate()
public Date getStartDate()
Start date of the employment.
.google.type.Date start_date = 1;
Type | Description |
com.google.type.Date | The startDate. |
getStartDateBuilder()
public Date.Builder getStartDateBuilder()
Start date of the employment.
.google.type.Date start_date = 1;
Type | Description |
com.google.type.Date.Builder |
getStartDateOrBuilder()
public DateOrBuilder getStartDateOrBuilder()
Start date of the employment.
.google.type.Date start_date = 1;
Type | Description |
com.google.type.DateOrBuilder |
hasAddress()
public boolean hasAddress()
The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;
Type | Description |
boolean | Whether the address field is set. |
hasEndDate()
public boolean hasEndDate()
End date of the employment.
.google.type.Date end_date = 2;
Type | Description |
boolean | Whether the endDate field is set. |
hasIsCurrent()
public boolean hasIsCurrent()
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
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;
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;
Type | Description |
boolean | Whether the isSupervisor field is set. |
hasStartDate()
public boolean hasStartDate()
Start date of the employment.
.google.type.Date start_date = 1;
Type | Description |
boolean | Whether the startDate field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeAddress(Address value)
public EmploymentRecord.Builder mergeAddress(Address value)
The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;
Name | Description |
value | Address |
Type | Description |
EmploymentRecord.Builder |
mergeEndDate(Date value)
public EmploymentRecord.Builder mergeEndDate(Date value)
End date of the employment.
.google.type.Date end_date = 2;
Name | Description |
value | com.google.type.Date |
Type | Description |
EmploymentRecord.Builder |
mergeFrom(EmploymentRecord other)
public EmploymentRecord.Builder mergeFrom(EmploymentRecord other)
Name | Description |
other | EmploymentRecord |
Type | Description |
EmploymentRecord.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EmploymentRecord.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EmploymentRecord.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public EmploymentRecord.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
EmploymentRecord.Builder |
mergeIsCurrent(BoolValue value)
public EmploymentRecord.Builder mergeIsCurrent(BoolValue value)
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
Name | Description |
value | BoolValue |
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;
Name | Description |
value | BoolValue |
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;
Name | Description |
value | BoolValue |
Type | Description |
EmploymentRecord.Builder |
mergeStartDate(Date value)
public EmploymentRecord.Builder mergeStartDate(Date value)
Start date of the employment.
.google.type.Date start_date = 1;
Name | Description |
value | com.google.type.Date |
Type | Description |
EmploymentRecord.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EmploymentRecord.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
EmploymentRecord.Builder |
setAddress(Address value)
public EmploymentRecord.Builder setAddress(Address value)
The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;
Name | Description |
value | Address |
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;
Name | Description |
builderForValue | Address.Builder |
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;
Name | Description |
value | String The divisionName to set. |
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;
Name | Description |
value | ByteString The bytes for divisionName to set. |
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;
Name | Description |
value | String The employerName to set. |
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;
Name | Description |
value | ByteString The bytes for employerName to set. |
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];
Name | Description |
value | String The employerNameSnippet to set. |
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];
Name | Description |
value | ByteString The bytes for employerNameSnippet to set. |
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;
Name | Description |
value | com.google.type.Date |
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;
Name | Description |
builderForValue | com.google.type.Date.Builder |
Type | Description |
EmploymentRecord.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public EmploymentRecord.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
EmploymentRecord.Builder |
setIsCurrent(BoolValue value)
public EmploymentRecord.Builder setIsCurrent(BoolValue value)
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
Name | Description |
value | BoolValue |
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;
Name | Description |
builderForValue | Builder |
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;
Name | Description |
value | BoolValue |
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;
Name | Description |
builderForValue | Builder |
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;
Name | Description |
value | BoolValue |
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;
Name | Description |
builderForValue | Builder |
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;
Name | Description |
value | String The jobDescription to set. |
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;
Name | Description |
value | ByteString The bytes for jobDescription to set. |
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];
Name | Description |
value | String The jobDescriptionSnippet to set. |
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];
Name | Description |
value | ByteString The bytes for jobDescriptionSnippet to set. |
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;
Name | Description |
value | String The jobTitle to set. |
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;
Name | Description |
value | ByteString The bytes for jobTitle to set. |
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];
Name | Description |
value | String The jobTitleSnippet to set. |
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];
Name | Description |
value | ByteString The bytes for jobTitleSnippet to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
EmploymentRecord.Builder |
setStartDate(Date value)
public EmploymentRecord.Builder setStartDate(Date value)
Start date of the employment.
.google.type.Date start_date = 1;
Name | Description |
value | com.google.type.Date |
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;
Name | Description |
builderForValue | com.google.type.Date.Builder |
Type | Description |
EmploymentRecord.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final EmploymentRecord.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
EmploymentRecord.Builder |