Class JobEvent (2.1.0)

JobEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
type_ .event.JobEvent.JobEventType
Required. The type of the event (see JobEventType).
jobs Sequence[str]
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".
profile str
The 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".

Classes

JobEventType

JobEventType(value)

An enumeration of an event attributed to the behavior of the end user, such as a job seeker.