public static enum JobEvent.JobEventType extends Enum<JobEvent.JobEventType> implements com.google.protobuf.ProtocolMessageEnum
An enumeration of an event attributed to the behavior of the end user, such as a job seeker.Protobuf enum
google.cloud.talent.v4beta1.JobEvent.JobEventType| Enum Constant and Description |
|---|
APPLICATION_COMPANY_SUBMIT
This event should be used when a company submits an application
on behalf of a job seeker.
|
APPLICATION_FINISH
The job seeker or other entity interacting with the service
submitted an application for a job.
|
APPLICATION_QUICK_SUBMISSION
The job seeker or other entity interacting with the service
submitted an application for a job with a single click without
entering information.
|
APPLICATION_REDIRECT
The job seeker or other entity interacting with the service
performed an action to apply to a job and was redirected to a different
website to complete the application.
|
APPLICATION_REDIRECT_FROM_SEARCH
The job seeker, or other entity interacting with the service, performs an
action with a single click from the search results page to apply to a job
(without viewing the details of the job posting), and is redirected
to a different website to complete the application.
|
APPLICATION_START
The job seeker or other entity interacting with the service
began the process or demonstrated the intention of applying for a job.
|
APPLICATION_START_FROM_SEARCH
The job seeker or other entity interacting with the service began the
process or demonstrated the intention of applying for a job from the
search results page without viewing the details of the job posting.
|
BOOKMARK
The job seeker or other entity interacting with the service demonstrated
an interest in a job by bookmarking or saving it.
|
HIRED
The job seeker or other entity interacting with the service was
employed by the hiring entity (employer).
|
IMPRESSION
The job seeker or other entity interacting with the service has
had a job rendered in their view, such as in a list of search results in
a compressed or clipped format.
|
INTERVIEW_GRANTED
The entity interacting with the service (for example, the job seeker),
was granted an initial interview by the hiring entity (employer).
|
JOB_EVENT_TYPE_UNSPECIFIED
The event is unspecified by other provided values.
|
NOTIFICATION
The job seeker or other entity interacting with the service was
sent a notification, such as an email alert or device notification,
containing one or more jobs listings generated by the service.
|
SENT_CV
A recruiter or staffing agency submitted an application on behalf of the
candidate after interacting with the service to identify a suitable job
posting.
|
UNRECOGNIZED |
VIEW
The job seeker, or other entity interacting with the service, has
viewed the details of a job, including the full description.
|
VIEW_REDIRECT
The job seeker or other entity interacting with the service
performed an action to view a job and was redirected to a different
website for job.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
APPLICATION_COMPANY_SUBMIT_VALUE
This event should be used when a company submits an application
on behalf of a job seeker.
|
static int |
APPLICATION_FINISH_VALUE
The job seeker or other entity interacting with the service
submitted an application for a job.
|
static int |
APPLICATION_QUICK_SUBMISSION_VALUE
The job seeker or other entity interacting with the service
submitted an application for a job with a single click without
entering information.
|
static int |
APPLICATION_REDIRECT_FROM_SEARCH_VALUE
The job seeker, or other entity interacting with the service, performs an
action with a single click from the search results page to apply to a job
(without viewing the details of the job posting), and is redirected
to a different website to complete the application.
|
static int |
APPLICATION_REDIRECT_VALUE
The job seeker or other entity interacting with the service
performed an action to apply to a job and was redirected to a different
website to complete the application.
|
static int |
APPLICATION_START_FROM_SEARCH_VALUE
The job seeker or other entity interacting with the service began the
process or demonstrated the intention of applying for a job from the
search results page without viewing the details of the job posting.
|
static int |
APPLICATION_START_VALUE
The job seeker or other entity interacting with the service
began the process or demonstrated the intention of applying for a job.
|
static int |
BOOKMARK_VALUE
The job seeker or other entity interacting with the service demonstrated
an interest in a job by bookmarking or saving it.
|
static int |
HIRED_VALUE
The job seeker or other entity interacting with the service was
employed by the hiring entity (employer).
|
static int |
IMPRESSION_VALUE
The job seeker or other entity interacting with the service has
had a job rendered in their view, such as in a list of search results in
a compressed or clipped format.
|
static int |
INTERVIEW_GRANTED_VALUE
The entity interacting with the service (for example, the job seeker),
was granted an initial interview by the hiring entity (employer).
|
static int |
JOB_EVENT_TYPE_UNSPECIFIED_VALUE
The event is unspecified by other provided values.
|
static int |
NOTIFICATION_VALUE
The job seeker or other entity interacting with the service was
sent a notification, such as an email alert or device notification,
containing one or more jobs listings generated by the service.
|
static int |
SENT_CV_VALUE
A recruiter or staffing agency submitted an application on behalf of the
candidate after interacting with the service to identify a suitable job
posting.
|
static int |
VIEW_REDIRECT_VALUE
The job seeker or other entity interacting with the service
performed an action to view a job and was redirected to a different
website for job.
|
static int |
VIEW_VALUE
The job seeker, or other entity interacting with the service, has
viewed the details of a job, including the full description.
|
| Modifier and Type | Method and Description |
|---|---|
static JobEvent.JobEventType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<JobEvent.JobEventType> |
internalGetValueMap() |
static JobEvent.JobEventType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JobEvent.JobEventType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobEvent.JobEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobEvent.JobEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobEvent.JobEventType JOB_EVENT_TYPE_UNSPECIFIED
The event is unspecified by other provided values.
JOB_EVENT_TYPE_UNSPECIFIED = 0;public static final JobEvent.JobEventType IMPRESSION
The job seeker or other entity interacting with the service has had a job rendered in their view, such as in a list of search results in a compressed or clipped format. This event is typically associated with the viewing of a jobs list on a single page by a job seeker.
IMPRESSION = 1;public static final JobEvent.JobEventType VIEW
The job seeker, or other entity interacting with the service, has viewed the details of a job, including the full description. This event doesn't apply to the viewing a snippet of a job appearing as a part of the job search results. Viewing a snippet is associated with an [impression][google.cloud.talent.v4beta1.JobEvent.JobEventType.IMPRESSION]).
VIEW = 2;public static final JobEvent.JobEventType VIEW_REDIRECT
The job seeker or other entity interacting with the service performed an action to view a job and was redirected to a different website for job.
VIEW_REDIRECT = 3;public static final JobEvent.JobEventType APPLICATION_START
The job seeker or other entity interacting with the service began the process or demonstrated the intention of applying for a job.
APPLICATION_START = 4;public static final JobEvent.JobEventType APPLICATION_FINISH
The job seeker or other entity interacting with the service submitted an application for a job.
APPLICATION_FINISH = 5;public static final JobEvent.JobEventType APPLICATION_QUICK_SUBMISSION
The job seeker or other entity interacting with the service submitted an application for a job with a single click without entering information. If a job seeker performs this action, send only this event to the service. Do not also send [JobEventType.APPLICATION_START][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_START] or [JobEventType.APPLICATION_FINISH][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_FINISH] events.
APPLICATION_QUICK_SUBMISSION = 6;public static final JobEvent.JobEventType APPLICATION_REDIRECT
The job seeker or other entity interacting with the service performed an action to apply to a job and was redirected to a different website to complete the application.
APPLICATION_REDIRECT = 7;public static final JobEvent.JobEventType APPLICATION_START_FROM_SEARCH
The job seeker or other entity interacting with the service began the process or demonstrated the intention of applying for a job from the search results page without viewing the details of the job posting. If sending this event, JobEventType.VIEW event shouldn't be sent.
APPLICATION_START_FROM_SEARCH = 8;public static final JobEvent.JobEventType APPLICATION_REDIRECT_FROM_SEARCH
The job seeker, or other entity interacting with the service, performs an action with a single click from the search results page to apply to a job (without viewing the details of the job posting), and is redirected to a different website to complete the application. If a candidate performs this action, send only this event to the service. Do not also send [JobEventType.APPLICATION_START][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_START], [JobEventType.APPLICATION_FINISH][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_FINISH] or [JobEventType.VIEW][google.cloud.talent.v4beta1.JobEvent.JobEventType.VIEW] events.
APPLICATION_REDIRECT_FROM_SEARCH = 9;public static final JobEvent.JobEventType APPLICATION_COMPANY_SUBMIT
This event should be used when a company submits an application on behalf of a job seeker. This event is intended for use by staffing agencies attempting to place candidates.
APPLICATION_COMPANY_SUBMIT = 10;public static final JobEvent.JobEventType BOOKMARK
The job seeker or other entity interacting with the service demonstrated an interest in a job by bookmarking or saving it.
BOOKMARK = 11;public static final JobEvent.JobEventType NOTIFICATION
The job seeker or other entity interacting with the service was sent a notification, such as an email alert or device notification, containing one or more jobs listings generated by the service.
NOTIFICATION = 12;public static final JobEvent.JobEventType HIRED
The job seeker or other entity interacting with the service was employed by the hiring entity (employer). Send this event only if the job seeker was hired through an application that was initiated by a search conducted through the Cloud Talent Solution service.
HIRED = 13;public static final JobEvent.JobEventType SENT_CV
A recruiter or staffing agency submitted an application on behalf of the candidate after interacting with the service to identify a suitable job posting.
SENT_CV = 14;public static final JobEvent.JobEventType INTERVIEW_GRANTED
The entity interacting with the service (for example, the job seeker), was granted an initial interview by the hiring entity (employer). This event should only be sent if the job seeker was granted an interview as part of an application that was initiated by a search conducted through / recommendation provided by the Cloud Talent Solution service.
INTERVIEW_GRANTED = 15;public static final JobEvent.JobEventType UNRECOGNIZED
public static final int JOB_EVENT_TYPE_UNSPECIFIED_VALUE
The event is unspecified by other provided values.
JOB_EVENT_TYPE_UNSPECIFIED = 0;public static final int IMPRESSION_VALUE
The job seeker or other entity interacting with the service has had a job rendered in their view, such as in a list of search results in a compressed or clipped format. This event is typically associated with the viewing of a jobs list on a single page by a job seeker.
IMPRESSION = 1;public static final int VIEW_VALUE
The job seeker, or other entity interacting with the service, has viewed the details of a job, including the full description. This event doesn't apply to the viewing a snippet of a job appearing as a part of the job search results. Viewing a snippet is associated with an [impression][google.cloud.talent.v4beta1.JobEvent.JobEventType.IMPRESSION]).
VIEW = 2;public static final int VIEW_REDIRECT_VALUE
The job seeker or other entity interacting with the service performed an action to view a job and was redirected to a different website for job.
VIEW_REDIRECT = 3;public static final int APPLICATION_START_VALUE
The job seeker or other entity interacting with the service began the process or demonstrated the intention of applying for a job.
APPLICATION_START = 4;public static final int APPLICATION_FINISH_VALUE
The job seeker or other entity interacting with the service submitted an application for a job.
APPLICATION_FINISH = 5;public static final int APPLICATION_QUICK_SUBMISSION_VALUE
The job seeker or other entity interacting with the service submitted an application for a job with a single click without entering information. If a job seeker performs this action, send only this event to the service. Do not also send [JobEventType.APPLICATION_START][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_START] or [JobEventType.APPLICATION_FINISH][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_FINISH] events.
APPLICATION_QUICK_SUBMISSION = 6;public static final int APPLICATION_REDIRECT_VALUE
The job seeker or other entity interacting with the service performed an action to apply to a job and was redirected to a different website to complete the application.
APPLICATION_REDIRECT = 7;public static final int APPLICATION_START_FROM_SEARCH_VALUE
The job seeker or other entity interacting with the service began the process or demonstrated the intention of applying for a job from the search results page without viewing the details of the job posting. If sending this event, JobEventType.VIEW event shouldn't be sent.
APPLICATION_START_FROM_SEARCH = 8;public static final int APPLICATION_REDIRECT_FROM_SEARCH_VALUE
The job seeker, or other entity interacting with the service, performs an action with a single click from the search results page to apply to a job (without viewing the details of the job posting), and is redirected to a different website to complete the application. If a candidate performs this action, send only this event to the service. Do not also send [JobEventType.APPLICATION_START][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_START], [JobEventType.APPLICATION_FINISH][google.cloud.talent.v4beta1.JobEvent.JobEventType.APPLICATION_FINISH] or [JobEventType.VIEW][google.cloud.talent.v4beta1.JobEvent.JobEventType.VIEW] events.
APPLICATION_REDIRECT_FROM_SEARCH = 9;public static final int APPLICATION_COMPANY_SUBMIT_VALUE
This event should be used when a company submits an application on behalf of a job seeker. This event is intended for use by staffing agencies attempting to place candidates.
APPLICATION_COMPANY_SUBMIT = 10;public static final int BOOKMARK_VALUE
The job seeker or other entity interacting with the service demonstrated an interest in a job by bookmarking or saving it.
BOOKMARK = 11;public static final int NOTIFICATION_VALUE
The job seeker or other entity interacting with the service was sent a notification, such as an email alert or device notification, containing one or more jobs listings generated by the service.
NOTIFICATION = 12;public static final int HIRED_VALUE
The job seeker or other entity interacting with the service was employed by the hiring entity (employer). Send this event only if the job seeker was hired through an application that was initiated by a search conducted through the Cloud Talent Solution service.
HIRED = 13;public static final int SENT_CV_VALUE
A recruiter or staffing agency submitted an application on behalf of the candidate after interacting with the service to identify a suitable job posting.
SENT_CV = 14;public static final int INTERVIEW_GRANTED_VALUE
The entity interacting with the service (for example, the job seeker), was granted an initial interview by the hiring entity (employer). This event should only be sent if the job seeker was granted an interview as part of an application that was initiated by a search conducted through / recommendation provided by the Cloud Talent Solution service.
INTERVIEW_GRANTED = 15;public static JobEvent.JobEventType[] values()
for (JobEvent.JobEventType c : JobEvent.JobEventType.values()) System.out.println(c);
public static JobEvent.JobEventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static JobEvent.JobEventType valueOf(int value)
forNumber(int) instead.public static JobEvent.JobEventType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<JobEvent.JobEventType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static JobEvent.JobEventType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.