Class ErrorStatsServiceGrpc (0.162.0-beta)

public final class ErrorStatsServiceGrpc

An API for retrieving and managing error statistics as well as data for individual events.

Inheritance

java.lang.Object > ErrorStatsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ErrorStatsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ErrorStatsServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceErrorStatsServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getDeleteEventsMethod()

public static MethodDescriptor<DeleteEventsRequest,DeleteEventsResponse> getDeleteEventsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEventsRequest,DeleteEventsResponse>

getListEventsMethod()

public static MethodDescriptor<ListEventsRequest,ListEventsResponse> getListEventsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEventsRequest,ListEventsResponse>

getListGroupStatsMethod()

public static MethodDescriptor<ListGroupStatsRequest,ListGroupStatsResponse> getListGroupStatsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListGroupStatsRequest,ListGroupStatsResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub 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
ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub

newFutureStub(Channel channel)

public static ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub

newStub(Channel channel)

public static ErrorStatsServiceGrpc.ErrorStatsServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ErrorStatsServiceGrpc.ErrorStatsServiceStub