Package com.google.cloud.talent.v4beta1
Interface EventServiceGrpc.AsyncService
-
- All Known Implementing Classes:
EventServiceGrpc.EventServiceImplBase
- Enclosing class:
- EventServiceGrpc
public static interface EventServiceGrpc.AsyncService
A service handles client event report.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
createClientEvent(CreateClientEventRequest request, io.grpc.stub.StreamObserver<ClientEvent> responseObserver)
Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.
-
-
-
Method Detail
-
createClientEvent
default void createClientEvent(CreateClientEventRequest request, io.grpc.stub.StreamObserver<ClientEvent> responseObserver)
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](https://console.cloud.google.com/talent-solution/overview). [Learn more](https://cloud.google.com/talent-solution/docs/management-tools) about self service tools.
-
-