Class JobEvent (1.1.0)

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.

Inheritance

Object > JobEvent

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

JobEvent()

public JobEvent()

JobEvent(JobEvent)

public JobEvent(JobEvent other)
Parameter
NameDescription
otherJobEvent

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
TypeDescription
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
TypeDescription
JobEvent.Types.JobEventType