@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/retail/v2beta/user_event_service.proto") public final class UserEventServiceGrpc extends Object
Service for ingesting end user actions on the customer website.
| Modifier and Type | Class and Description |
|---|---|
static class |
UserEventServiceGrpc.UserEventServiceBlockingStub
Service for ingesting end user actions on the customer website.
|
static class |
UserEventServiceGrpc.UserEventServiceFutureStub
Service for ingesting end user actions on the customer website.
|
static class |
UserEventServiceGrpc.UserEventServiceImplBase
Service for ingesting end user actions on the customer website.
|
static class |
UserEventServiceGrpc.UserEventServiceStub
Service for ingesting end user actions on the customer website.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CollectUserEventRequest,com.google.api.HttpBody> |
getCollectUserEventMethod() |
static io.grpc.MethodDescriptor<ImportUserEventsRequest,com.google.longrunning.Operation> |
getImportUserEventsMethod() |
static io.grpc.MethodDescriptor<PurgeUserEventsRequest,com.google.longrunning.Operation> |
getPurgeUserEventsMethod() |
static io.grpc.MethodDescriptor<RejoinUserEventsRequest,com.google.longrunning.Operation> |
getRejoinUserEventsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<WriteUserEventRequest,UserEvent> |
getWriteUserEventMethod() |
static UserEventServiceGrpc.UserEventServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static UserEventServiceGrpc.UserEventServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static UserEventServiceGrpc.UserEventServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<WriteUserEventRequest,UserEvent> getWriteUserEventMethod()
public static io.grpc.MethodDescriptor<CollectUserEventRequest,com.google.api.HttpBody> getCollectUserEventMethod()
public static io.grpc.MethodDescriptor<PurgeUserEventsRequest,com.google.longrunning.Operation> getPurgeUserEventsMethod()
public static io.grpc.MethodDescriptor<ImportUserEventsRequest,com.google.longrunning.Operation> getImportUserEventsMethod()
public static io.grpc.MethodDescriptor<RejoinUserEventsRequest,com.google.longrunning.Operation> getRejoinUserEventsMethod()
public static UserEventServiceGrpc.UserEventServiceStub newStub(io.grpc.Channel channel)
public static UserEventServiceGrpc.UserEventServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static UserEventServiceGrpc.UserEventServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.