Google Cloud Talent Solution v4 API - Class EventServiceClientImpl (2.5.0)

public sealed class EventServiceClientImpl : EventServiceClient

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

EventService client wrapper implementation, for convenient use.

Inheritance

object > EventServiceClient > EventServiceClientImpl

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Remarks

A service handles client event report.

Constructors

EventServiceClientImpl(EventServiceClient, EventServiceSettings, ILogger)

public EventServiceClientImpl(EventService.EventServiceClient grpcClient, EventServiceSettings settings, ILogger logger)

Constructs a client wrapper for the EventService service, with the specified gRPC client and settings.

Parameters
NameDescription
grpcClientEventServiceEventServiceClient

The underlying gRPC client.

settingsEventServiceSettings

The base EventServiceSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override EventService.EventServiceClient GrpcClient { get; }

The underlying gRPC EventService client

Property Value
TypeDescription
EventServiceEventServiceClient
Overrides

Methods

CreateClientEvent(CreateClientEventRequest, CallSettings)

public override ClientEvent CreateClientEvent(CreateClientEventRequest request, CallSettings callSettings = null)

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 object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
ClientEvent

The RPC response.

Overrides

CreateClientEventAsync(CreateClientEventRequest, CallSettings)

public override Task<ClientEvent> CreateClientEventAsync(CreateClientEventRequest request, CallSettings callSettings = null)

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 object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskClientEvent

A Task containing the RPC response.

Overrides