Class: Google::Cloud::Talent::V4beta1::JobEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/event.rb

Overview

An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.

Defined Under Namespace

Modules: JobEventType

Instance Attribute Summary collapse

Instance Attribute Details

#jobs::Array<::String>

Returns Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name] associated with this event. For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job.

The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for example, "projects/foo/tenants/bar/jobs/baz".

Returns:

  • (::Array<::String>)

    Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name] associated with this event. For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job.

    The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for example, "projects/foo/tenants/bar/jobs/baz".



81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 81

class JobEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # An enumeration of an event attributed to the behavior of the end user,
  # such as a job seeker.
  module JobEventType
    # The event is unspecified by other provided values.
    JOB_EVENT_TYPE_UNSPECIFIED = 0

    # 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

    # 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
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::IMPRESSION impression}).
    VIEW = 2

    # 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

    # 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

    # The job seeker or other entity interacting with the service
    # submitted an application for a job.
    APPLICATION_FINISH = 5

    # 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
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_START JobEventType.APPLICATION_START}
    # or
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_FINISH JobEventType.APPLICATION_FINISH}
    # events.
    APPLICATION_QUICK_SUBMISSION = 6

    # 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

    # 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

    # 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
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_START JobEventType.APPLICATION_START},
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_FINISH JobEventType.APPLICATION_FINISH}
    # or
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::VIEW JobEventType.VIEW}
    # events.
    APPLICATION_REDIRECT_FROM_SEARCH = 9

    # 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

    # The job seeker or other entity interacting with the service demonstrated
    # an interest in a job by bookmarking or saving it.
    BOOKMARK = 11

    # 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

    # 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

    # 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

    # 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
  end
end

#profile::String

Returns The [profile name][google.cloud.talent.v4beta1.Profile.name] associated with this client event.

The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".

Returns:

  • (::String)

    The [profile name][google.cloud.talent.v4beta1.Profile.name] associated with this client event.

    The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".



81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 81

class JobEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # An enumeration of an event attributed to the behavior of the end user,
  # such as a job seeker.
  module JobEventType
    # The event is unspecified by other provided values.
    JOB_EVENT_TYPE_UNSPECIFIED = 0

    # 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

    # 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
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::IMPRESSION impression}).
    VIEW = 2

    # 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

    # 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

    # The job seeker or other entity interacting with the service
    # submitted an application for a job.
    APPLICATION_FINISH = 5

    # 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
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_START JobEventType.APPLICATION_START}
    # or
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_FINISH JobEventType.APPLICATION_FINISH}
    # events.
    APPLICATION_QUICK_SUBMISSION = 6

    # 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

    # 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

    # 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
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_START JobEventType.APPLICATION_START},
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_FINISH JobEventType.APPLICATION_FINISH}
    # or
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::VIEW JobEventType.VIEW}
    # events.
    APPLICATION_REDIRECT_FROM_SEARCH = 9

    # 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

    # The job seeker or other entity interacting with the service demonstrated
    # an interest in a job by bookmarking or saving it.
    BOOKMARK = 11

    # 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

    # 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

    # 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

    # 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
  end
end

#type::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType

Returns Required. The type of the event (see JobEventType).

Returns:



81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 81

class JobEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # An enumeration of an event attributed to the behavior of the end user,
  # such as a job seeker.
  module JobEventType
    # The event is unspecified by other provided values.
    JOB_EVENT_TYPE_UNSPECIFIED = 0

    # 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

    # 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
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::IMPRESSION impression}).
    VIEW = 2

    # 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

    # 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

    # The job seeker or other entity interacting with the service
    # submitted an application for a job.
    APPLICATION_FINISH = 5

    # 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
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_START JobEventType.APPLICATION_START}
    # or
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_FINISH JobEventType.APPLICATION_FINISH}
    # events.
    APPLICATION_QUICK_SUBMISSION = 6

    # 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

    # 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

    # 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
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_START JobEventType.APPLICATION_START},
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::APPLICATION_FINISH JobEventType.APPLICATION_FINISH}
    # or
    # {::Google::Cloud::Talent::V4beta1::JobEvent::JobEventType::VIEW JobEventType.VIEW}
    # events.
    APPLICATION_REDIRECT_FROM_SEARCH = 9

    # 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

    # The job seeker or other entity interacting with the service demonstrated
    # an interest in a job by bookmarking or saving it.
    BOOKMARK = 11

    # 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

    # 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

    # 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

    # 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
  end
end