Class EventServiceClientImpl (1.3.0)

public sealed class EventServiceClientImpl : EventServiceClient

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(EventService.EventServiceClient, EventServiceSettings)

public EventServiceClientImpl(EventService.EventServiceClient grpcClient, EventServiceSettings settings)

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

Parameters
NameDescription
grpcClientEventService.EventServiceClient

The underlying gRPC client.

settingsEventServiceSettings

The base EventServiceSettings used within this client.

Properties

GrpcClient

public override EventService.EventServiceClient GrpcClient { get; }

The underlying gRPC EventService client

Property Value
TypeDescription
EventService.EventServiceClient
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
Task<ClientEvent>

A Task containing the RPC response.

Overrides