Google Cloud Talent Solution V4 Client - Class ClientEvent (1.2.2)

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 \ V4

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Protobuf\Timestamp

Required. The timestamp of the event.

↳ job_event Google\Cloud\Talent\V4\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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEventId

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

Returns
TypeDescription
string

setEventId

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Required. The timestamp of the event.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Required. The timestamp of the event.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getJobEvent

An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.

Returns
TypeDescription
Google\Cloud\Talent\V4\JobEvent|null

hasJobEvent

setJobEvent

An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.

Parameter
NameDescription
var Google\Cloud\Talent\V4\JobEvent
Returns
TypeDescription
$this

getEventNotes

Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.

Returns
TypeDescription
string

setEventNotes

Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEvent

Returns
TypeDescription
string