Class: Google::Cloud::Talent::V4beta1::ClientEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ClientEvent
- 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
-
#create_time ⇒ Google::Protobuf::Timestamp
Required.
-
#event_id ⇒ String
Required.
-
#event_notes ⇒ String
Optional.
-
#job_event ⇒ Google::Cloud::Talent::V4beta1::JobEvent
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
-
#profile_event ⇒ Google::Cloud::Talent::V4beta1::ProfileEvent
An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
-
#request_id ⇒ String
Required.
Instance Attribute Details
#create_time ⇒ Google::Protobuf::Timestamp
Returns Required.
The timestamp of the event.
55 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55 class ClientEvent; end |
#event_id ⇒ String
Returns 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_notes ⇒ String
Returns 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_event ⇒ Google::Cloud::Talent::V4beta1::JobEvent
Returns An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
55 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55 class ClientEvent; end |
#profile_event ⇒ Google::Cloud::Talent::V4beta1::ProfileEvent
Returns An event issued when a profile searcher interacts with the application that implements Cloud Talent Solution.
55 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55 class ClientEvent; end |
#request_id ⇒ String
Returns Required.
A unique ID generated in the API responses. It can be found in ResponseMetadata#request_id.
55 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb', line 55 class ClientEvent; end |