public final class Application extends GeneratedMessageV3 implements ApplicationOrBuilder
Resource that represents a job application record of a candidate.
Protobuf type google.cloud.talent.v4beta1.Application
Static Fields
APPLICATION_DATE_FIELD_NUMBER
public static final int APPLICATION_DATE_FIELD_NUMBER
Field Value
COMPANY_FIELD_NUMBER
public static final int COMPANY_FIELD_NUMBER
Field Value
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
EXTERNAL_ID_FIELD_NUMBER
public static final int EXTERNAL_ID_FIELD_NUMBER
Field Value
INTERVIEWS_FIELD_NUMBER
public static final int INTERVIEWS_FIELD_NUMBER
Field Value
IS_MATCH_FIELD_NUMBER
public static final int IS_MATCH_FIELD_NUMBER
Field Value
JOB_FIELD_NUMBER
public static final int JOB_FIELD_NUMBER
Field Value
JOB_TITLE_SNIPPET_FIELD_NUMBER
public static final int JOB_TITLE_SNIPPET_FIELD_NUMBER
Field Value
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
OUTCOME_FIELD_NUMBER
public static final int OUTCOME_FIELD_NUMBER
Field Value
OUTCOME_NOTES_FIELD_NUMBER
public static final int OUTCOME_NOTES_FIELD_NUMBER
Field Value
PROFILE_FIELD_NUMBER
public static final int PROFILE_FIELD_NUMBER
Field Value
REFERRAL_FIELD_NUMBER
public static final int REFERRAL_FIELD_NUMBER
Field Value
STAGE_FIELD_NUMBER
public static final int STAGE_FIELD_NUMBER
Field Value
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Application getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Application.Builder newBuilder()
Returns
newBuilder(Application prototype)
public static Application.Builder newBuilder(Application prototype)
Parameter
Returns
public static Application parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Application parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Application parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Application parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Application parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Application parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Application parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Application parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Application parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Application parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Application parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Application parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Application> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getApplicationDate()
public Date getApplicationDate()
The application date.
.google.type.Date application_date = 7;
Returns
Type | Description |
com.google.type.Date | The applicationDate.
|
getApplicationDateOrBuilder()
public DateOrBuilder getApplicationDateOrBuilder()
The application date.
.google.type.Date application_date = 7;
Returns
Type | Description |
com.google.type.DateOrBuilder | |
getCompany()
public 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
Type | Description |
String | The company.
|
getCompanyBytes()
public 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
getCreateTime()
public Timestamp getCreateTime()
Required. Reflects the time that the application was created.
.google.protobuf.Timestamp create_time = 19 [(.google.api.field_behavior) = REQUIRED];
Returns
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Required. Reflects the time that the application was created.
.google.protobuf.Timestamp create_time = 19 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public Application getDefaultInstanceForType()
Returns
getExternalId()
public 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
Type | Description |
String | The externalId.
|
getExternalIdBytes()
public 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
Type | Description |
ByteString | The bytes for externalId.
|
getInterviews(int index)
public 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
Returns
getInterviewsCount()
public 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
getInterviewsList()
public 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
getInterviewsOrBuilder(int index)
public 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
Returns
getInterviewsOrBuilderList()
public 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
Type | Description |
List<? extends com.google.cloud.talent.v4beta1.InterviewOrBuilder> | |
getIsMatch()
public 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
getIsMatchOrBuilder()
public 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
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
getJobBytes()
public 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
getJobTitleSnippet()
public 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
Type | Description |
String | The jobTitleSnippet.
|
getJobTitleSnippetBytes()
public 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
Type | Description |
ByteString | The bytes for jobTitleSnippet.
|
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
Type | Description |
String | The name.
|
getNameBytes()
public 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
getOutcome()
public Outcome getOutcome()
Outcome positiveness shows how positive the outcome is.
.google.cloud.talent.v4beta1.Outcome outcome = 22;
Returns
getOutcomeNotes()
public 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
Type | Description |
String | The outcomeNotes.
|
getOutcomeNotesBytes()
public 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
Type | Description |
ByteString | The bytes for outcomeNotes.
|
getOutcomeValue()
public int getOutcomeValue()
Outcome positiveness shows how positive the outcome is.
.google.cloud.talent.v4beta1.Outcome outcome = 22;
Returns
Type | Description |
int | The enum numeric value on the wire for outcome.
|
getParserForType()
public Parser<Application> getParserForType()
Returns
Overrides
getProfile()
public 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
Type | Description |
String | The profile.
|
getProfileBytes()
public 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
getReferral()
public BoolValue getReferral()
If the candidate is referred by a employee.
.google.protobuf.BoolValue referral = 18;
Returns
getReferralOrBuilder()
public BoolValueOrBuilder getReferralOrBuilder()
If the candidate is referred by a employee.
.google.protobuf.BoolValue referral = 18;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStage()
public 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
getStageValue()
public 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
Type | Description |
int | The enum numeric value on the wire for stage.
|
getState()
public Application.ApplicationState getState()
The application state.
.google.cloud.talent.v4beta1.Application.ApplicationState state = 13;
Returns
getStateValue()
public int getStateValue()
The application state.
.google.cloud.talent.v4beta1.Application.ApplicationState state = 13;
Returns
Type | Description |
int | The enum numeric value on the wire for state.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateTime()
public Timestamp getUpdateTime()
The last update timestamp.
.google.protobuf.Timestamp update_time = 20;
Returns
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
The last update timestamp.
.google.protobuf.Timestamp update_time = 20;
Returns
hasApplicationDate()
public boolean hasApplicationDate()
The application date.
.google.type.Date application_date = 7;
Returns
Type | Description |
boolean | Whether the applicationDate field is set.
|
hasCreateTime()
public boolean hasCreateTime()
Required. Reflects the time that the application was created.
.google.protobuf.Timestamp create_time = 19 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the createTime field is set.
|
hasIsMatch()
public 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
Type | Description |
boolean | Whether the isMatch field is set.
|
hasReferral()
public boolean hasReferral()
If the candidate is referred by a employee.
.google.protobuf.BoolValue referral = 18;
Returns
Type | Description |
boolean | Whether the referral field is set.
|
hasUpdateTime()
public boolean hasUpdateTime()
The last update timestamp.
.google.protobuf.Timestamp update_time = 20;
Returns
Type | Description |
boolean | Whether the updateTime field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Application.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Application.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Application.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions