public sealed class ClientEvent : IMessage<ClientEvent>, IEquatable<ClientEvent>, IDeepCloneable<ClientEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class ClientEvent.
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
IMessageClientEvent, IEquatableClientEvent, IDeepCloneableClientEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.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 |
ClientEventEventOneofCase |
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 job 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 |
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.v4.ResponseMetadata.request_id].
Property Value | |
---|---|
Type | Description |
string |