Interface EmploymentRecordOrBuilder

public interface EmploymentRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

public abstract Address getAddress()

The physical address of the employer.

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

Returns
TypeDescription
Address

The address.

getAddressOrBuilder()

public abstract AddressOrBuilder getAddressOrBuilder()

The physical address of the employer.

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

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
ByteString

The bytes for employerNameSnippet.

getEndDate()

public abstract Date getEndDate()

End date of the employment.

.google.type.Date end_date = 2;

Returns
TypeDescription
com.google.type.Date

The endDate.

getEndDateOrBuilder()

public abstract DateOrBuilder getEndDateOrBuilder()

End date of the employment.

.google.type.Date end_date = 2;

Returns
TypeDescription
com.google.type.DateOrBuilder

getIsCurrent()

public abstract BoolValue getIsCurrent()

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Returns
TypeDescription
BoolValue

The isCurrent.

getIsCurrentOrBuilder()

public abstract BoolValueOrBuilder getIsCurrentOrBuilder()

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Returns
TypeDescription
BoolValueOrBuilder

getIsSelfEmployed()

public abstract BoolValue getIsSelfEmployed()

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Returns
TypeDescription
BoolValue

The isSelfEmployed.

getIsSelfEmployedOrBuilder()

public abstract BoolValueOrBuilder getIsSelfEmployedOrBuilder()

If this employment is self-employed.

.google.protobuf.BoolValue is_self_employed = 9;

Returns
TypeDescription
BoolValueOrBuilder

getIsSupervisor()

public abstract BoolValue getIsSupervisor()

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Returns
TypeDescription
BoolValue

The isSupervisor.

getIsSupervisorOrBuilder()

public abstract BoolValueOrBuilder getIsSupervisorOrBuilder()

If the jobs is a supervisor position.

.google.protobuf.BoolValue is_supervisor = 8;

Returns
TypeDescription
BoolValueOrBuilder

getJobDescription()

public abstract String getJobDescription()

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

string job_description = 7;

Returns
TypeDescription
String

The jobDescription.

getJobDescriptionBytes()

public abstract ByteString getJobDescriptionBytes()

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

string job_description = 7;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
ByteString

The bytes for jobTitleSnippet.

getStartDate()

public abstract Date getStartDate()

Start date of the employment.

.google.type.Date start_date = 1;

Returns
TypeDescription
com.google.type.Date

The startDate.

getStartDateOrBuilder()

public abstract DateOrBuilder getStartDateOrBuilder()

Start date of the employment.

.google.type.Date start_date = 1;

Returns
TypeDescription
com.google.type.DateOrBuilder

hasAddress()

public abstract boolean hasAddress()

The physical address of the employer.

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

Returns
TypeDescription
boolean

Whether the address field is set.

hasEndDate()

public abstract boolean hasEndDate()

End date of the employment.

.google.type.Date end_date = 2;

Returns
TypeDescription
boolean

Whether the endDate field is set.

hasIsCurrent()

public abstract boolean hasIsCurrent()

If this employment is current.

.google.protobuf.BoolValue is_current = 10;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the isSupervisor field is set.

hasStartDate()

public abstract boolean hasStartDate()

Start date of the employment.

.google.type.Date start_date = 1;

Returns
TypeDescription
boolean

Whether the startDate field is set.