Class: Google::Cloud::Talent::V4::ClientEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::ClientEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/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 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.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Required.
-
#event_id ⇒ ::String
Required.
-
#event_notes ⇒ ::String
Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
-
#job_event ⇒ ::Google::Cloud::Talent::V4::JobEvent
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
-
#request_id ⇒ ::String
Strongly recommended for the best service experience.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Required. The timestamp of the event.
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_id ⇒ ::String
Returns Required. A unique identifier, generated by the client application.
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_notes ⇒ ::String
Returns Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_event ⇒ ::Google::Cloud::Talent::V4::JobEvent
Returns An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Strongly recommended for the best service experience.
A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |