Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::JobEvent.
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#jobs
def jobs() -> ::Array<::String>
-
(::Array<::String>) — Required. The [job name(s)][google.cloud.talent.v4.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".
#jobs=
def jobs=(value) -> ::Array<::String>
-
value (::Array<::String>) — Required. The [job name(s)][google.cloud.talent.v4.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".
-
(::Array<::String>) — Required. The [job name(s)][google.cloud.talent.v4.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".
#type
def type() -> ::Google::Cloud::Talent::V4::JobEvent::JobEventType
- (::Google::Cloud::Talent::V4::JobEvent::JobEventType) — Required. The type of the event (see JobEventType).
#type=
def type=(value) -> ::Google::Cloud::Talent::V4::JobEvent::JobEventType
- value (::Google::Cloud::Talent::V4::JobEvent::JobEventType) — Required. The type of the event (see JobEventType).
- (::Google::Cloud::Talent::V4::JobEvent::JobEventType) — Required. The type of the event (see JobEventType).