Class Application (2.2.9)

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
Type Description
int

COMPANY_FIELD_NUMBER

public static final int COMPANY_FIELD_NUMBER
Field Value
Type Description
int

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

EXTERNAL_ID_FIELD_NUMBER

public static final int EXTERNAL_ID_FIELD_NUMBER
Field Value
Type Description
int

INTERVIEWS_FIELD_NUMBER

public static final int INTERVIEWS_FIELD_NUMBER
Field Value
Type Description
int

IS_MATCH_FIELD_NUMBER

public static final int IS_MATCH_FIELD_NUMBER
Field Value
Type Description
int

JOB_FIELD_NUMBER

public static final int JOB_FIELD_NUMBER
Field Value
Type Description
int

JOB_TITLE_SNIPPET_FIELD_NUMBER

public static final int JOB_TITLE_SNIPPET_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

OUTCOME_FIELD_NUMBER

public static final int OUTCOME_FIELD_NUMBER
Field Value
Type Description
int

OUTCOME_NOTES_FIELD_NUMBER

public static final int OUTCOME_NOTES_FIELD_NUMBER
Field Value
Type Description
int

PROFILE_FIELD_NUMBER

public static final int PROFILE_FIELD_NUMBER
Field Value
Type Description
int

REFERRAL_FIELD_NUMBER

public static final int REFERRAL_FIELD_NUMBER
Field Value
Type Description
int

STAGE_FIELD_NUMBER

public static final int STAGE_FIELD_NUMBER
Field Value
Type Description
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
Type Description
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Application getDefaultInstance()
Returns
Type Description
Application

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Application.Builder newBuilder()
Returns
Type Description
Application.Builder

newBuilder(Application prototype)

public static Application.Builder newBuilder(Application prototype)
Parameter
Name Description
prototype Application
Returns
Type Description
Application.Builder

parseDelimitedFrom(InputStream input)

public static Application parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Application
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Application parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Application parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Application
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Application parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Application parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Application
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Application parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Application parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Application
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Application parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Application parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Application
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Application parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Application parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Application
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Application parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Application> parser()
Returns
Type Description
Parser<Application>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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
Type Description
ByteString

The bytes for company.

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
Type Description
Timestamp

The createTime.

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
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public Application getDefaultInstanceForType()
Returns
Type Description
Application

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
Name Description
index int
Returns
Type Description
Interview

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
Type Description
int

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
Type Description
List<Interview>

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
Name Description
index int
Returns
Type Description
InterviewOrBuilder

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
Type Description
BoolValue

The isMatch.

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
Type Description
BoolValueOrBuilder

getJob()

public 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
Type Description
String

The job.

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
Type Description
ByteString

The bytes for job.

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()

public 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
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
Type Description
ByteString

The bytes for name.

getOutcome()

public Outcome getOutcome()

Outcome positiveness shows how positive the outcome is.

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

Returns
Type Description
Outcome

The outcome.

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
Type Description
Parser<Application>
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
Type Description
ByteString

The bytes for profile.

getReferral()

public BoolValue getReferral()

If the candidate is referred by a employee.

.google.protobuf.BoolValue referral = 18;

Returns
Type Description
BoolValue

The referral.

getReferralOrBuilder()

public BoolValueOrBuilder getReferralOrBuilder()

If the candidate is referred by a employee.

.google.protobuf.BoolValue referral = 18;

Returns
Type Description
BoolValueOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
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
Type Description
Application.ApplicationStage

The stage.

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
Type Description
Application.ApplicationState

The state.

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
Type Description
UnknownFieldSet
Overrides

getUpdateTime()

public Timestamp getUpdateTime()

The last update timestamp.

.google.protobuf.Timestamp update_time = 20;

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

The last update timestamp.

.google.protobuf.Timestamp update_time = 20;

Returns
Type Description
TimestampOrBuilder

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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Application.Builder newBuilderForType()
Returns
Type Description
Application.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Application.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Application.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Application.Builder toBuilder()
Returns
Type Description
Application.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides Exceptions
Type Description
IOException