Class ProfileEvent (2.3.0)

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

An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.

Attributes

NameDescription
type_ google.cloud.talent_v4beta1.types.ProfileEvent.ProfileEventType
Required. Type of event.
profiles Sequence[str]
Required. The [profile name(s)][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".
jobs Sequence[str]
The [job name(s)][google.cloud.talent.v4beta1.Job.name] associated with this client event. Leave it empty if the event isn't associated with a job. The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for example, "projects/foo/tenants/bar/jobs/baz".

Classes

ProfileEventType

ProfileEventType(value)

The enum represents types of client events for a candidate profile.