[BindServiceMethod(typeof(EventService), "BindService")]
public abstract class EventServiceBase
Base class for server-side implementations of EventService
Namespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Methods
CreateClientEvent(CreateClientEventRequest, ServerCallContext)
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.
Parameters | |
---|---|
Name | Description |
request | CreateClientEventRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ClientEvent> | The response to send back to the client (wrapped by a task). |