public sealed class EventServiceClientImpl : EventServiceClient
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class EventServiceClientImpl.
EventService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.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 | |
---|---|
Name | Description |
grpcClient |
EventServiceEventServiceClient The underlying gRPC client. |
settings |
EventServiceSettings The base EventServiceSettings used within this client. |
logger |
ILogger Optional ILogger to use within this client. |
Properties
GrpcClient
public override EventService.EventServiceClient GrpcClient { get; }
The underlying gRPC EventService client
Property Value | |
---|---|
Type | Description |
EventServiceEventServiceClient |
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 |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ClientEvent |
The RPC response. |
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 |
CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskClientEvent |
A Task containing the RPC response. |