public sealed class ProfileEvent : IMessage<ProfileEvent>, IEquatable<ProfileEvent>, IDeepCloneable<ProfileEvent>, IBufferMessage, IMessage
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
Implements
IMessage<ProfileEvent>, IEquatable<ProfileEvent>, IDeepCloneable<ProfileEvent>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
ProfileEvent()
public ProfileEvent()
ProfileEvent(ProfileEvent)
public ProfileEvent(ProfileEvent other)
Name | Description |
other | ProfileEvent |
Properties
Jobs
public RepeatedField<string> Jobs { get; }
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".
Type | Description |
RepeatedField<String> |
Profiles
public RepeatedField<string> Profiles { get; }
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".
Type | Description |
RepeatedField<String> |
Type
public ProfileEvent.Types.ProfileEventType Type { get; set; }
Required. Type of event.
Type | Description |
ProfileEvent.Types.ProfileEventType |