Class: Google::Cloud::Talent::V4beta1::ClientEvent

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb

Overview

An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of search and recommendation 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.

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeGoogle::Protobuf::Timestamp

Returns Required.

The timestamp of the event.

Returns:



55
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55

class ClientEvent; end

#event_idString

Returns Required.

A unique identifier, generated by the client application.

Returns:

  • (String)

    Required.

    A unique identifier, generated by the client application.



55
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55

class ClientEvent; end

#event_notesString

Returns Optional.

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

Returns:

  • (String)

    Optional.

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



55
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55

class ClientEvent; end

#job_eventGoogle::Cloud::Talent::V4beta1::JobEvent

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

Returns:



55
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55

class ClientEvent; end

#profile_eventGoogle::Cloud::Talent::V4beta1::ProfileEvent

Returns An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.

Returns:



55
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55

class ClientEvent; end

#request_idString

Returns Required.

A unique ID generated in the API responses. It can be found in ResponseMetadata#request_id.

Returns:



55
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55

class ClientEvent; end