Class: Google::Cloud::Talent::V4beta1::ClientEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ClientEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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 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 profile was bookmarked.
-
#job_event ⇒ ::Google::Cloud::Talent::V4beta1::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
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_id ⇒ ::String
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_notes ⇒ ::String
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_event ⇒ ::Google::Cloud::Talent::V4beta1::JobEvent
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
49 50 51 52 |
# File 'proto_docs/google/cloud/talent/v4beta1/event.rb', line 49 class ClientEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |