Class EventService.EventServiceBase (1.0.0)

[BindServiceMethod(typeof(EventService), "BindService")]
public abstract class EventServiceBase

Base class for server-side implementations of EventService

Inheritance

System.Object > EventService.EventServiceBase

Namespace

Google.Cloud.Talent.V4

Assembly

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
NameDescription
requestCreateClientEventRequest

The request received from the client.

contextGrpc.Core.ServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
System.Threading.Tasks.Task<ClientEvent>

The response to send back to the client (wrapped by a task).