public virtual Task<ClientEvent> CreateClientEvent(CreateClientEventRequest request, ServerCallContext context)
Report events issued when end user interacts with customer's application
that uses Cloud Talent Solution. You may inspect the created events in
self service
tools.
Learn
more
about self service tools.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage documents the `EventServiceBase` class, which serves as the base for server-side implementations of the `EventService` in the Google Cloud Talent V4 library."],["The latest version of `EventServiceBase` is 2.7.0, and the page contains links to documentation for multiple previous versions of this class, dating back to version 1.0.0."],["The `EventServiceBase` class contains one key method: `CreateClientEvent`, which allows reporting of user interaction events within a customer's application using Cloud Talent Solution."],["The `CreateClientEvent` method accepts a `CreateClientEventRequest` and `ServerCallContext` as parameters and returns a `ClientEvent` wrapped in a `Task`."],["`EventServiceBase` class inherits from Object and has inherited members such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]