- 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 interface EmploymentRecordOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAddress()
public abstract Address getAddress()
The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;
Type | Description |
Address | The address. |
getAddressOrBuilder()
public abstract AddressOrBuilder getAddressOrBuilder()
The physical address of the employer.
.google.cloud.talent.v4beta1.Address address = 5;
Type | Description |
AddressOrBuilder |
getDivisionName()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract Date getEndDate()
End date of the employment.
.google.type.Date end_date = 2;
Type | Description |
com.google.type.Date | The endDate. |
getEndDateOrBuilder()
public abstract DateOrBuilder getEndDateOrBuilder()
End date of the employment.
.google.type.Date end_date = 2;
Type | Description |
com.google.type.DateOrBuilder |
getIsCurrent()
public abstract BoolValue getIsCurrent()
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
Type | Description |
BoolValue | The isCurrent. |
getIsCurrentOrBuilder()
public abstract BoolValueOrBuilder getIsCurrentOrBuilder()
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
Type | Description |
BoolValueOrBuilder |
getIsSelfEmployed()
public abstract BoolValue getIsSelfEmployed()
If this employment is self-employed.
.google.protobuf.BoolValue is_self_employed = 9;
Type | Description |
BoolValue | The isSelfEmployed. |
getIsSelfEmployedOrBuilder()
public abstract BoolValueOrBuilder getIsSelfEmployedOrBuilder()
If this employment is self-employed.
.google.protobuf.BoolValue is_self_employed = 9;
Type | Description |
BoolValueOrBuilder |
getIsSupervisor()
public abstract BoolValue getIsSupervisor()
If the jobs is a supervisor position.
.google.protobuf.BoolValue is_supervisor = 8;
Type | Description |
BoolValue | The isSupervisor. |
getIsSupervisorOrBuilder()
public abstract BoolValueOrBuilder getIsSupervisorOrBuilder()
If the jobs is a supervisor position.
.google.protobuf.BoolValue is_supervisor = 8;
Type | Description |
BoolValueOrBuilder |
getJobDescription()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract Date getStartDate()
Start date of the employment.
.google.type.Date start_date = 1;
Type | Description |
com.google.type.Date | The startDate. |
getStartDateOrBuilder()
public abstract DateOrBuilder getStartDateOrBuilder()
Start date of the employment.
.google.type.Date start_date = 1;
Type | Description |
com.google.type.DateOrBuilder |
hasAddress()
public abstract 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 abstract boolean hasEndDate()
End date of the employment.
.google.type.Date end_date = 2;
Type | Description |
boolean | Whether the endDate field is set. |
hasIsCurrent()
public abstract boolean hasIsCurrent()
If this employment is current.
.google.protobuf.BoolValue is_current = 10;
Type | Description |
boolean | Whether the isCurrent field is set. |
hasIsSelfEmployed()
public abstract 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 abstract 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 abstract boolean hasStartDate()
Start date of the employment.
.google.type.Date start_date = 1;
Type | Description |
boolean | Whether the startDate field is set. |