public sealed class JobEvent : IMessage<JobEvent>, IEquatable<JobEvent>, IDeepCloneable<JobEvent>, IBufferMessage, IMessage
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
Implements
IMessage<JobEvent>, IEquatable<JobEvent>, IDeepCloneable<JobEvent>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.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.v4.Job.name] associated with this event. For example, if this is an [impression][google.cloud.talent.v4.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.v4.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 |
RepeatedField<String> |
Type
public JobEvent.Types.JobEventType Type { get; set; }
Required. The type of the event (see [JobEventType][google.cloud.talent.v4.JobEvent.JobEventType]).
Property Value | |
---|---|
Type | Description |
JobEvent.Types.JobEventType |