public sealed class JobEvent : IMessage<JobEvent>, IEquatable<JobEvent>, IDeepCloneable<JobEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class JobEvent.
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
Namespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
JobEvent()
public JobEvent()
JobEvent(JobEvent)
public JobEvent(JobEvent other)
Parameter | |
---|---|
Name | Description |
other |
JobEvent |
Properties
Jobs
public RepeatedField<string> Jobs { get; }
Required. The [job name(s)][google.cloud.talent.v4beta1.Job.name] associated with this event. For example, if this is an [impression][google.cloud.talent.v4beta1.JobEvent.JobEventType.IMPRESSION] event, this field contains the identifiers of all jobs shown to the job seeker. If this was a [view][google.cloud.talent.v4beta1.JobEvent.JobEventType.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".
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Profile
public string Profile { get; set; }
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".
Property Value | |
---|---|
Type | Description |
string |
Type
public JobEvent.Types.JobEventType Type { get; set; }
Required. The type of the event (see [JobEventType][google.cloud.talent.v4beta1.JobEvent.JobEventType]).
Property Value | |
---|---|
Type | Description |
JobEventTypesJobEventType |