Google Cloud Talent Solution v4 API - Class EventService.EventServiceBase (2.6.0)

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

Reference documentation and code samples for the Google Cloud Talent Solution v4 API class EventService.EventServiceBase.

Base class for server-side implementations of EventService

Inheritance

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
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
TaskClientEvent

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