public interface ApplicationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.Date |
getApplicationDate()
Optional.
|
com.google.type.DateOrBuilder |
getApplicationDateOrBuilder()
Optional.
|
String |
getCompany()
One of either a job or a company is required.
|
com.google.protobuf.ByteString |
getCompanyBytes()
One of either a job or a company is required.
|
com.google.protobuf.Timestamp |
getCreateTime()
Required.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Required.
|
String |
getExternalId()
Required.
|
com.google.protobuf.ByteString |
getExternalIdBytes()
Required.
|
Interview |
getInterviews(int index)
Optional.
|
int |
getInterviewsCount()
Optional.
|
List<Interview> |
getInterviewsList()
Optional.
|
InterviewOrBuilder |
getInterviewsOrBuilder(int index)
Optional.
|
List<? extends InterviewOrBuilder> |
getInterviewsOrBuilderList()
Optional.
|
com.google.protobuf.BoolValue |
getIsMatch()
Output only.
|
com.google.protobuf.BoolValueOrBuilder |
getIsMatchOrBuilder()
Output only.
|
String |
getJob()
One of either a job or a company is required.
|
com.google.protobuf.ByteString |
getJobBytes()
One of either a job or a company is required.
|
String |
getJobTitleSnippet()
Output only.
|
com.google.protobuf.ByteString |
getJobTitleSnippetBytes()
Output only.
|
String |
getName()
Required during application update.
|
com.google.protobuf.ByteString |
getNameBytes()
Required during application update.
|
Outcome |
getOutcome()
Optional.
|
String |
getOutcomeNotes()
Optional.
|
com.google.protobuf.ByteString |
getOutcomeNotesBytes()
Optional.
|
int |
getOutcomeValue()
Optional.
|
String |
getProfile()
Output only.
|
com.google.protobuf.ByteString |
getProfileBytes()
Output only.
|
com.google.protobuf.BoolValue |
getReferral()
Optional.
|
com.google.protobuf.BoolValueOrBuilder |
getReferralOrBuilder()
Optional.
|
Application.ApplicationStage |
getStage()
Required.
|
int |
getStageValue()
Required.
|
Application.ApplicationState |
getState()
Optional.
|
int |
getStateValue()
Optional.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Optional.
|
boolean |
hasApplicationDate()
Optional.
|
boolean |
hasCreateTime()
Required.
|
boolean |
hasIsMatch()
Output only.
|
boolean |
hasReferral()
Optional.
|
boolean |
hasUpdateTime()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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/api-test-project/tenants/foo/profiles/bar/applications/baz".
string name = 1;com.google.protobuf.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/api-test-project/tenants/foo/profiles/bar/applications/baz".
string name = 1;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;com.google.protobuf.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;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/api-test-project/tenants/foo/profiles/bar".
string profile = 2;com.google.protobuf.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/api-test-project/tenants/foo/profiles/bar".
string profile = 2;String getJob()
One of either a job or a company is 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/api-test-project/tenants/foo/jobs/bar".
string job = 4;com.google.protobuf.ByteString getJobBytes()
One of either a job or a company is 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/api-test-project/tenants/foo/jobs/bar".
string job = 4;String getCompany()
One of either a job or a company is required.
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/api-test-project/tenants/foo/companies/bar".
string company = 5;com.google.protobuf.ByteString getCompanyBytes()
One of either a job or a company is required.
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/api-test-project/tenants/foo/companies/bar".
string company = 5;boolean hasApplicationDate()
Optional. The application date.
.google.type.Date application_date = 7;com.google.type.Date getApplicationDate()
Optional. The application date.
.google.type.Date application_date = 7;com.google.type.DateOrBuilder getApplicationDateOrBuilder()
Optional. The application date.
.google.type.Date application_date = 7;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;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;int getStateValue()
Optional. The application state.
.google.cloud.talent.v4beta1.Application.ApplicationState state = 13;Application.ApplicationState getState()
Optional. The application state.
.google.cloud.talent.v4beta1.Application.ApplicationState state = 13;List<Interview> getInterviewsList()
Optional. 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;Interview getInterviews(int index)
Optional. 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;int getInterviewsCount()
Optional. 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;List<? extends InterviewOrBuilder> getInterviewsOrBuilderList()
Optional. 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;InterviewOrBuilder getInterviewsOrBuilder(int index)
Optional. 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;boolean hasReferral()
Optional. If the candidate is referred by a employee.
.google.protobuf.BoolValue referral = 18;com.google.protobuf.BoolValue getReferral()
Optional. If the candidate is referred by a employee.
.google.protobuf.BoolValue referral = 18;com.google.protobuf.BoolValueOrBuilder getReferralOrBuilder()
Optional. If the candidate is referred by a employee.
.google.protobuf.BoolValue referral = 18;boolean hasCreateTime()
Required. Reflects the time that the application was created.
.google.protobuf.Timestamp create_time = 19;com.google.protobuf.Timestamp getCreateTime()
Required. Reflects the time that the application was created.
.google.protobuf.Timestamp create_time = 19;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Required. Reflects the time that the application was created.
.google.protobuf.Timestamp create_time = 19;boolean hasUpdateTime()
Optional. The last update timestamp.
.google.protobuf.Timestamp update_time = 20;com.google.protobuf.Timestamp getUpdateTime()
Optional. The last update timestamp.
.google.protobuf.Timestamp update_time = 20;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Optional. The last update timestamp.
.google.protobuf.Timestamp update_time = 20;String getOutcomeNotes()
Optional. 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;com.google.protobuf.ByteString getOutcomeNotesBytes()
Optional. 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;int getOutcomeValue()
Optional. Outcome positiveness shows how positive the outcome is.
.google.cloud.talent.v4beta1.Outcome outcome = 22;Outcome getOutcome()
Optional. Outcome positiveness shows how positive the outcome is.
.google.cloud.talent.v4beta1.Outcome outcome = 22;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;com.google.protobuf.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;com.google.protobuf.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;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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.