Class EventServiceClientImpl (1.0.0)

public sealed class EventServiceClientImpl : EventServiceClient

EventService client wrapper implementation, for convenient use.

Inheritance

System.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
Name Description
grpcClient EventService.EventServiceClient

The underlying gRPC client.

settings EventServiceSettings

The base EventServiceSettings used within this client.

Properties

GrpcClient

public override EventService.EventServiceClient GrpcClient { get; }

The underlying gRPC EventService client

Property Value
Type Description
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
Name Description
request CreateClientEventRequest

The request object containing all of the parameters for the API call.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request CreateClientEventRequest

The request object containing all of the parameters for the API call.

callSettings Google.Api.Gax.Grpc.CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
System.Threading.Tasks.Task<ClientEvent>

A Task containing the RPC response.

Overrides