public interface EmploymentRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Optional.
|
AddressOrBuilder |
getAddressOrBuilder()
Optional.
|
String |
getDivisionName()
Optional.
|
com.google.protobuf.ByteString |
getDivisionNameBytes()
Optional.
|
String |
getEmployerName()
Optional.
|
com.google.protobuf.ByteString |
getEmployerNameBytes()
Optional.
|
String |
getEmployerNameSnippet()
Output only.
|
com.google.protobuf.ByteString |
getEmployerNameSnippetBytes()
Output only.
|
com.google.type.Date |
getEndDate()
Optional.
|
com.google.type.DateOrBuilder |
getEndDateOrBuilder()
Optional.
|
com.google.protobuf.BoolValue |
getIsCurrent()
Optional.
|
com.google.protobuf.BoolValueOrBuilder |
getIsCurrentOrBuilder()
Optional.
|
com.google.protobuf.BoolValue |
getIsSelfEmployed()
Optional.
|
com.google.protobuf.BoolValueOrBuilder |
getIsSelfEmployedOrBuilder()
Optional.
|
com.google.protobuf.BoolValue |
getIsSupervisor()
Optional.
|
com.google.protobuf.BoolValueOrBuilder |
getIsSupervisorOrBuilder()
Optional.
|
String |
getJobDescription()
Optional.
|
com.google.protobuf.ByteString |
getJobDescriptionBytes()
Optional.
|
String |
getJobDescriptionSnippet()
Output only.
|
com.google.protobuf.ByteString |
getJobDescriptionSnippetBytes()
Output only.
|
String |
getJobTitle()
Optional.
|
com.google.protobuf.ByteString |
getJobTitleBytes()
Optional.
|
String |
getJobTitleSnippet()
Output only.
|
com.google.protobuf.ByteString |
getJobTitleSnippetBytes()
Output only.
|
com.google.type.Date |
getStartDate()
Optional.
|
com.google.type.DateOrBuilder |
getStartDateOrBuilder()
Optional.
|
boolean |
hasAddress()
Optional.
|
boolean |
hasEndDate()
Optional.
|
boolean |
hasIsCurrent()
Optional.
|
boolean |
hasIsSelfEmployed()
Optional.
|
boolean |
hasIsSupervisor()
Optional.
|
boolean |
hasStartDate()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartDate()
Optional. Start date of the employment.
.google.type.Date start_date = 1;com.google.type.Date getStartDate()
Optional. Start date of the employment.
.google.type.Date start_date = 1;com.google.type.DateOrBuilder getStartDateOrBuilder()
Optional. Start date of the employment.
.google.type.Date start_date = 1;boolean hasEndDate()
Optional. End date of the employment.
.google.type.Date end_date = 2;com.google.type.Date getEndDate()
Optional. End date of the employment.
.google.type.Date end_date = 2;com.google.type.DateOrBuilder getEndDateOrBuilder()
Optional. End date of the employment.
.google.type.Date end_date = 2;String getEmployerName()
Optional. The name of the employer company/organization. For example, "Google", "Alphabet", and so on. Number of characters allowed is 100.
string employer_name = 3;com.google.protobuf.ByteString getEmployerNameBytes()
Optional. The name of the employer company/organization. For example, "Google", "Alphabet", and so on. Number of characters allowed is 100.
string employer_name = 3;String getDivisionName()
Optional. The division name of the employment. For example, division, department, client, and so on. Number of characters allowed is 100.
string division_name = 4;com.google.protobuf.ByteString getDivisionNameBytes()
Optional. The division name of the employment. For example, division, department, client, and so on. Number of characters allowed is 100.
string division_name = 4;boolean hasAddress()
Optional. The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;Address getAddress()
Optional. The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;AddressOrBuilder getAddressOrBuilder()
Optional. The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;String getJobTitle()
Optional. The job title of the employment. For example, "Software Engineer", "Data Scientist", and so on. Number of characters allowed is 100.
string job_title = 6;com.google.protobuf.ByteString getJobTitleBytes()
Optional. The job title of the employment. For example, "Software Engineer", "Data Scientist", and so on. Number of characters allowed is 100.
string job_title = 6;String getJobDescription()
Optional. The description of job content. Number of characters allowed is 100,000.
string job_description = 7;com.google.protobuf.ByteString getJobDescriptionBytes()
Optional. The description of job content. Number of characters allowed is 100,000.
string job_description = 7;boolean hasIsSupervisor()
Optional. If the jobs is a supervisor position.
.google.protobuf.BoolValue is_supervisor = 8;com.google.protobuf.BoolValue getIsSupervisor()
Optional. If the jobs is a supervisor position.
.google.protobuf.BoolValue is_supervisor = 8;com.google.protobuf.BoolValueOrBuilder getIsSupervisorOrBuilder()
Optional. If the jobs is a supervisor position.
.google.protobuf.BoolValue is_supervisor = 8;boolean hasIsSelfEmployed()
Optional. If this employment is self-employed.
.google.protobuf.BoolValue is_self_employed = 9;com.google.protobuf.BoolValue getIsSelfEmployed()
Optional. If this employment is self-employed.
.google.protobuf.BoolValue is_self_employed = 9;com.google.protobuf.BoolValueOrBuilder getIsSelfEmployedOrBuilder()
Optional. If this employment is self-employed.
.google.protobuf.BoolValue is_self_employed = 9;boolean hasIsCurrent()
Optional. If this employment is current.
.google.protobuf.BoolValue is_current = 10;com.google.protobuf.BoolValue getIsCurrent()
Optional. If this employment is current.
.google.protobuf.BoolValue is_current = 10;com.google.protobuf.BoolValueOrBuilder getIsCurrentOrBuilder()
Optional. If this employment is current.
.google.protobuf.BoolValue is_current = 10;String getJobTitleSnippet()
Output only. The job title snippet shows how the [job_title][google.cloud.talent.v4beta1.EmploymentRecord.job_title] is related to a search query. It's empty if the [job_title][google.cloud.talent.v4beta1.EmploymentRecord.job_title] isn't related to the search query.
string job_title_snippet = 11;com.google.protobuf.ByteString getJobTitleSnippetBytes()
Output only. The job title snippet shows how the [job_title][google.cloud.talent.v4beta1.EmploymentRecord.job_title] is related to a search query. It's empty if the [job_title][google.cloud.talent.v4beta1.EmploymentRecord.job_title] isn't related to the search query.
string job_title_snippet = 11;String getJobDescriptionSnippet()
Output only. The job description snippet shows how the [job_description][google.cloud.talent.v4beta1.EmploymentRecord.job_description] is related to a search query. It's empty if the [job_description][google.cloud.talent.v4beta1.EmploymentRecord.job_description] isn't related to the search query.
string job_description_snippet = 12;com.google.protobuf.ByteString getJobDescriptionSnippetBytes()
Output only. The job description snippet shows how the [job_description][google.cloud.talent.v4beta1.EmploymentRecord.job_description] is related to a search query. It's empty if the [job_description][google.cloud.talent.v4beta1.EmploymentRecord.job_description] isn't related to the search query.
string job_description_snippet = 12;String getEmployerNameSnippet()
Output only. The employer name snippet shows how the [employer_name][google.cloud.talent.v4beta1.EmploymentRecord.employer_name] is related to a search query. It's empty if the [employer_name][google.cloud.talent.v4beta1.EmploymentRecord.employer_name] isn't related to the search query.
string employer_name_snippet = 13;com.google.protobuf.ByteString getEmployerNameSnippetBytes()
Output only. The employer name snippet shows how the [employer_name][google.cloud.talent.v4beta1.EmploymentRecord.employer_name] is related to a search query. It's empty if the [employer_name][google.cloud.talent.v4beta1.EmploymentRecord.employer_name] isn't related to the search query.
string employer_name_snippet = 13;Copyright © 2019 Google LLC. All rights reserved.