Class UserEventServiceGrpc (0.20.0)

Stay organized with collections Save and categorize content based on your preferences.
public final class UserEventServiceGrpc

Service for ingesting end user actions on the customer website.

Inheritance

java.lang.Object > UserEventServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCollectUserEventMethod()

public static MethodDescriptor<CollectUserEventRequest,HttpBody> getCollectUserEventMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CollectUserEventRequest,com.google.api.HttpBody>

getImportUserEventsMethod()

public static MethodDescriptor<ImportUserEventsRequest,Operation> getImportUserEventsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ImportUserEventsRequest,Operation>

getListUserEventsMethod()

public static MethodDescriptor<ListUserEventsRequest,ListUserEventsResponse> getListUserEventsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListUserEventsRequest,ListUserEventsResponse>

getPurgeUserEventsMethod()

public static MethodDescriptor<PurgeUserEventsRequest,Operation> getPurgeUserEventsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<PurgeUserEventsRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getWriteUserEventMethod()

public static MethodDescriptor<WriteUserEventRequest,UserEvent> getWriteUserEventMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<WriteUserEventRequest,UserEvent>

newBlockingStub(Channel channel)

public static UserEventServiceGrpc.UserEventServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
UserEventServiceGrpc.UserEventServiceBlockingStub

newFutureStub(Channel channel)

public static UserEventServiceGrpc.UserEventServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
UserEventServiceGrpc.UserEventServiceFutureStub

newStub(Channel channel)

public static UserEventServiceGrpc.UserEventServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
UserEventServiceGrpc.UserEventServiceStub