Package com.google.cloud.talent.v4
Class EventServiceGrpc.EventServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<EventServiceGrpc.EventServiceFutureStub>
-
- com.google.cloud.talent.v4.EventServiceGrpc.EventServiceFutureStub
-
- Enclosing class:
- EventServiceGrpc
public static final class EventServiceGrpc.EventServiceFutureStub extends io.grpc.stub.AbstractFutureStub<EventServiceGrpc.EventServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service EventService.A service handles client event report.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EventServiceGrpc.EventServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<ClientEvent>
createClientEvent(CreateClientEventRequest request)
Report events issued when end user interacts with customer's application that uses Cloud Talent Solution.
-
-
-
Method Detail
-
build
protected EventServiceGrpc.EventServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<EventServiceGrpc.EventServiceFutureStub>
-
createClientEvent
public com.google.common.util.concurrent.ListenableFuture<ClientEvent> createClientEvent(CreateClientEventRequest request)
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.
-
-