Google Cloud Talent Solution v4beta1 API - Class ClientEvent (3.0.0-beta04)

public sealed class ClientEvent : IMessage<ClientEvent>, IEquatable<ClientEvent>, IDeepCloneable<ClientEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 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.

Inheritance

object > ClientEvent

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

ClientEvent()

public ClientEvent()

ClientEvent(ClientEvent)

public ClientEvent(ClientEvent other)
Parameter
NameDescription
otherClientEvent

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Required. The timestamp of the event.

Property Value
TypeDescription
Timestamp

EventCase

public ClientEvent.EventOneofCase EventCase { get; }
Property Value
TypeDescription
ClientEventEventOneofCase

EventId

public string EventId { get; set; }

Required. A unique identifier, generated by the client application.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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.v4beta1.ResponseMetadata.request_id].

Property Value
TypeDescription
string