Interface ApplicationOrBuilder (2.2.9)

public interface ApplicationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApplicationDate()

public abstract Date getApplicationDate()

The application date.

.google.type.Date application_date = 7;

Returns
TypeDescription
com.google.type.Date

The applicationDate.

getApplicationDateOrBuilder()

public abstract DateOrBuilder getApplicationDateOrBuilder()

The application date.

.google.type.Date application_date = 7;

Returns
TypeDescription
com.google.type.DateOrBuilder

getCompany()

public abstract String getCompany()

Resource name of the company which the candidate applied for. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz".

string company = 5 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The company.

getCompanyBytes()

public abstract ByteString getCompanyBytes()

Resource name of the company which the candidate applied for. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz".

string company = 5 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for company.

getCreateTime()

public abstract Timestamp getCreateTime()

Required. Reflects the time that the application was created.

.google.protobuf.Timestamp create_time = 19 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Required. Reflects the time that the application was created.

.google.protobuf.Timestamp create_time = 19 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TimestampOrBuilder

getExternalId()

public abstract String getExternalId()

Required. Client side application identifier, used to uniquely identify the application. The maximum number of allowed characters is 255.

string external_id = 31 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The externalId.

getExternalIdBytes()

public abstract ByteString getExternalIdBytes()

Required. Client side application identifier, used to uniquely identify the application. The maximum number of allowed characters is 255.

string external_id = 31 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for externalId.

getInterviews(int index)

public abstract Interview getInterviews(int index)

All interviews (screen, onsite, and so on) conducted as part of this application (includes details such as user conducting the interview, timestamp, feedback, and so on).

repeated .google.cloud.talent.v4beta1.Interview interviews = 16;

Parameter
NameDescription
indexint
Returns
TypeDescription
Interview

getInterviewsCount()

public abstract int getInterviewsCount()

All interviews (screen, onsite, and so on) conducted as part of this application (includes details such as user conducting the interview, timestamp, feedback, and so on).

repeated .google.cloud.talent.v4beta1.Interview interviews = 16;

Returns
TypeDescription
int

getInterviewsList()

public abstract List<Interview> getInterviewsList()

All interviews (screen, onsite, and so on) conducted as part of this application (includes details such as user conducting the interview, timestamp, feedback, and so on).

repeated .google.cloud.talent.v4beta1.Interview interviews = 16;

Returns
TypeDescription
List<Interview>

getInterviewsOrBuilder(int index)

public abstract InterviewOrBuilder getInterviewsOrBuilder(int index)

All interviews (screen, onsite, and so on) conducted as part of this application (includes details such as user conducting the interview, timestamp, feedback, and so on).

repeated .google.cloud.talent.v4beta1.Interview interviews = 16;

Parameter
NameDescription
indexint
Returns
TypeDescription
InterviewOrBuilder

getInterviewsOrBuilderList()

public abstract List<? extends InterviewOrBuilder> getInterviewsOrBuilderList()

All interviews (screen, onsite, and so on) conducted as part of this application (includes details such as user conducting the interview, timestamp, feedback, and so on).

repeated .google.cloud.talent.v4beta1.Interview interviews = 16;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.InterviewOrBuilder>

getIsMatch()

public abstract BoolValue getIsMatch()

Output only. Indicates whether this job application is a match to application related filters. This value is only applicable in profile search response.

.google.protobuf.BoolValue is_match = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BoolValue

The isMatch.

getIsMatchOrBuilder()

public abstract BoolValueOrBuilder getIsMatchOrBuilder()

Output only. Indicates whether this job application is a match to application related filters. This value is only applicable in profile search response.

.google.protobuf.BoolValue is_match = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
BoolValueOrBuilder

getJob()

public abstract String getJob()

Required. Resource name of the job which the candidate applied for. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".

string job = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The job.

getJobBytes()

public abstract ByteString getJobBytes()

Required. Resource name of the job which the candidate applied for. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".

string job = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for job.

getJobTitleSnippet()

public abstract String getJobTitleSnippet()

Output only. 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 = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The jobTitleSnippet.

getJobTitleSnippetBytes()

public abstract ByteString getJobTitleSnippetBytes()

Output only. 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 = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for jobTitleSnippet.

getName()

public abstract String getName()

Required during application update. Resource name assigned to an application by the API. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}". For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required during application update. Resource name assigned to an application by the API. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}". For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getOutcome()

public abstract Outcome getOutcome()

Outcome positiveness shows how positive the outcome is.

.google.cloud.talent.v4beta1.Outcome outcome = 22;

Returns
TypeDescription
Outcome

The outcome.

getOutcomeNotes()

public abstract String getOutcomeNotes()

Free text reason behind the recruitement outcome (for example, reason for withdraw / reject, reason for an unsuccessful finish, and so on). Number of characters allowed is 100.

string outcome_notes = 21;

Returns
TypeDescription
String

The outcomeNotes.

getOutcomeNotesBytes()

public abstract ByteString getOutcomeNotesBytes()

Free text reason behind the recruitement outcome (for example, reason for withdraw / reject, reason for an unsuccessful finish, and so on). Number of characters allowed is 100.

string outcome_notes = 21;

Returns
TypeDescription
ByteString

The bytes for outcomeNotes.

getOutcomeValue()

public abstract int getOutcomeValue()

Outcome positiveness shows how positive the outcome is.

.google.cloud.talent.v4beta1.Outcome outcome = 22;

Returns
TypeDescription
int

The enum numeric value on the wire for outcome.

getProfile()

public abstract String getProfile()

Output only. Resource name of the candidate of this application. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}". For example, "projects/foo/tenants/bar/profiles/baz".

string profile = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The profile.

getProfileBytes()

public abstract ByteString getProfileBytes()

Output only. Resource name of the candidate of this application. The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}". For example, "projects/foo/tenants/bar/profiles/baz".

string profile = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for profile.

getReferral()

public abstract BoolValue getReferral()

If the candidate is referred by a employee.

.google.protobuf.BoolValue referral = 18;

Returns
TypeDescription
BoolValue

The referral.

getReferralOrBuilder()

public abstract BoolValueOrBuilder getReferralOrBuilder()

If the candidate is referred by a employee.

.google.protobuf.BoolValue referral = 18;

Returns
TypeDescription
BoolValueOrBuilder

getStage()

public abstract Application.ApplicationStage getStage()

Required. What is the most recent stage of the application (that is, new, screen, send cv, hired, finished work)? This field is intentionally not comprehensive of every possible status, but instead, represents statuses that would be used to indicate to the ML models good / bad matches.

.google.cloud.talent.v4beta1.Application.ApplicationStage stage = 11 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Application.ApplicationStage

The stage.

getStageValue()

public abstract int getStageValue()

Required. What is the most recent stage of the application (that is, new, screen, send cv, hired, finished work)? This field is intentionally not comprehensive of every possible status, but instead, represents statuses that would be used to indicate to the ML models good / bad matches.

.google.cloud.talent.v4beta1.Application.ApplicationStage stage = 11 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for stage.

getState()

public abstract Application.ApplicationState getState()

The application state.

.google.cloud.talent.v4beta1.Application.ApplicationState state = 13;

Returns
TypeDescription
Application.ApplicationState

The state.

getStateValue()

public abstract int getStateValue()

The application state.

.google.cloud.talent.v4beta1.Application.ApplicationState state = 13;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

The last update timestamp.

.google.protobuf.Timestamp update_time = 20;

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

The last update timestamp.

.google.protobuf.Timestamp update_time = 20;

Returns
TypeDescription
TimestampOrBuilder

hasApplicationDate()

public abstract boolean hasApplicationDate()

The application date.

.google.type.Date application_date = 7;

Returns
TypeDescription
boolean

Whether the applicationDate field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

Required. Reflects the time that the application was created.

.google.protobuf.Timestamp create_time = 19 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasIsMatch()

public abstract boolean hasIsMatch()

Output only. Indicates whether this job application is a match to application related filters. This value is only applicable in profile search response.

.google.protobuf.BoolValue is_match = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the isMatch field is set.

hasReferral()

public abstract boolean hasReferral()

If the candidate is referred by a employee.

.google.protobuf.BoolValue referral = 18;

Returns
TypeDescription
boolean

Whether the referral field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

The last update timestamp.

.google.protobuf.Timestamp update_time = 20;

Returns
TypeDescription
boolean

Whether the updateTime field is set.