Class UserEventServiceGrpc.UserEventServiceImplBase
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1.UserEventServiceGrpc.UserEventServiceImplBase
-
- All Implemented Interfaces:
UserEventServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- UserEventServiceGrpc
public abstract static class UserEventServiceGrpc.UserEventServiceImplBase extends Object implements io.grpc.BindableService, UserEventServiceGrpc.AsyncService
Base class for the server implementation of the service UserEventService.Service for ingesting end user actions on a website to Discovery Engine API.
-
-
Constructor Summary
Constructors Constructor Description UserEventServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.discoveryengine.v1.UserEventServiceGrpc.AsyncService
collectUserEvent, importUserEvents, writeUserEvent
-
-