public sealed class ClientEvent : IMessage<ClientEvent>, IEquatable<ClientEvent>, IDeepCloneable<ClientEvent>, IBufferMessage, IMessage
An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of results for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client.
Implements
IMessage<ClientEvent>, IEquatable<ClientEvent>, IDeepCloneable<ClientEvent>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
ClientEvent()
public ClientEvent()
ClientEvent(ClientEvent)
public ClientEvent(ClientEvent other)
Parameter | |
---|---|
Name | Description |
other | ClientEvent |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Required. The timestamp of the event.
Property Value | |
---|---|
Type | Description |
Timestamp |
EventCase
public ClientEvent.EventOneofCase EventCase { get; }
Property Value | |
---|---|
Type | Description |
ClientEvent.EventOneofCase |
EventId
public string EventId { get; set; }
Required. A unique identifier, generated by the client application.
Property Value | |
---|---|
Type | Description |
String |
EventNotes
public string EventNotes { get; set; }
Notes about the event provided by recruiters or other users, for example, feedback on why a profile was bookmarked.
Property Value | |
---|---|
Type | Description |
String |
JobEvent
public JobEvent JobEvent { get; set; }
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
Property Value | |
---|---|
Type | Description |
JobEvent |
ProfileEvent
public ProfileEvent ProfileEvent { get; set; }
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
Property Value | |
---|---|
Type | Description |
ProfileEvent |
RequestId
public string RequestId { get; set; }
Strongly recommended for the best service experience.
A unique ID generated in the API responses. It can be found in [ResponseMetadata.request_id][google.cloud.talent.v4beta1.ResponseMetadata.request_id].
Property Value | |
---|---|
Type | Description |
String |