Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Required. The timestamp of the event.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Required. The timestamp of the event.
- (::Google::Protobuf::Timestamp) — Required. The timestamp of the event.
#event_id
def event_id() -> ::String
- (::String) — Required. A unique identifier, generated by the client application.
#event_id=
def event_id=(value) -> ::String
- value (::String) — Required. A unique identifier, generated by the client application.
- (::String) — Required. A unique identifier, generated by the client application.
#event_notes
def event_notes() -> ::String
- (::String) — Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
#event_notes=
def event_notes=(value) -> ::String
- value (::String) — Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
- (::String) — Notes about the event provided by recruiters or other users, for example, feedback on why a job was bookmarked.
#job_event
def job_event() -> ::Google::Cloud::Talent::V4::JobEvent
- (::Google::Cloud::Talent::V4::JobEvent) — An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
#job_event=
def job_event=(value) -> ::Google::Cloud::Talent::V4::JobEvent
- value (::Google::Cloud::Talent::V4::JobEvent) — An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
- (::Google::Cloud::Talent::V4::JobEvent) — An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
#request_id
def request_id() -> ::String
-
(::String) — Strongly recommended for the best service experience.
A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.
#request_id=
def request_id=(value) -> ::String
-
value (::String) — Strongly recommended for the best service experience.
A unique ID generated in the API responses. It can be found in ResponseMetadata.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.