Reference documentation and code samples for the Google Cloud Talent Solution V4 Client 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.
Generated from protobuf message google.cloud.talent.v4.ClientEvent
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ request_id
string
Strongly recommended for the best service experience. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id .
↳ event_id
string
Required. A unique identifier, generated by the client application.
↳ create_time
↳ job_event
JobEvent
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
↳ event_notes
string
Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
getRequestId
Strongly recommended for the best service experience.
A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id .
string
setRequestId
Strongly recommended for the best service experience.
A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id .
var
string
$this
getEventId
Required. A unique identifier, generated by the client application.
string
setEventId
Required. A unique identifier, generated by the client application.
var
string
$this
getCreateTime
Required. The timestamp of the event.
hasCreateTime
clearCreateTime
setCreateTime
Required. The timestamp of the event.
$this
getJobEvent
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
hasJobEvent
setJobEvent
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
$this
getEventNotes
Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
string
setEventNotes
Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
var
string
$this
getEvent
string

