- 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 ApplicationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApplicationDate()
public abstract Date getApplicationDate()
The application date.
.google.type.Date application_date = 7;
Type | Description |
com.google.type.Date | The applicationDate. |
getApplicationDateOrBuilder()
public abstract DateOrBuilder getApplicationDateOrBuilder()
The application date.
.google.type.Date application_date = 7;
Type | Description |
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) = { ... }
Type | Description |
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) = { ... }
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
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;
Type | Description |
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];
Type | Description |
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];
Type | Description |
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) = { ... }
Type | Description |
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) = { ... }
Type | Description |
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];
Type | Description |
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];
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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];
Type | Description |
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];
Type | Description |
ByteString | The bytes for profile. |
getReferral()
public abstract BoolValue getReferral()
If the candidate is referred by a employee.
.google.protobuf.BoolValue referral = 18;
Type | Description |
BoolValue | The referral. |
getReferralOrBuilder()
public abstract BoolValueOrBuilder getReferralOrBuilder()
If the candidate is referred by a employee.
.google.protobuf.BoolValue referral = 18;
Type | Description |
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];
Type | Description |
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];
Type | Description |
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;
Type | Description |
Application.ApplicationState | The state. |
getStateValue()
public abstract int getStateValue()
The application state.
.google.cloud.talent.v4beta1.Application.ApplicationState state = 13;
Type | Description |
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;
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
The last update timestamp.
.google.protobuf.Timestamp update_time = 20;
Type | Description |
TimestampOrBuilder |
hasApplicationDate()
public abstract boolean hasApplicationDate()
The application date.
.google.type.Date application_date = 7;
Type | Description |
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];
Type | Description |
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];
Type | Description |
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;
Type | Description |
boolean | Whether the referral field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
The last update timestamp.
.google.protobuf.Timestamp update_time = 20;
Type | Description |
boolean | Whether the updateTime field is set. |