public abstract static class ErrorStatsServiceGrpc.ErrorStatsServiceImplBase
extends java.lang.Object
implements io.grpc.BindableService
An API for retrieving and managing error statistics as well as data for individual events.
| Constructor and Description |
|---|
ErrorStatsServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
deleteEvents(DeleteEventsRequest request,
io.grpc.stub.StreamObserver<DeleteEventsResponse> responseObserver)
Deletes all error events of a given project.
|
void |
listEvents(ListEventsRequest request,
io.grpc.stub.StreamObserver<ListEventsResponse> responseObserver)
Lists the specified events.
|
void |
listGroupStats(ListGroupStatsRequest request,
io.grpc.stub.StreamObserver<ListGroupStatsResponse> responseObserver)
Lists the specified groups.
|
public void listGroupStats(ListGroupStatsRequest request, io.grpc.stub.StreamObserver<ListGroupStatsResponse> responseObserver)
Lists the specified groups.
public void listEvents(ListEventsRequest request, io.grpc.stub.StreamObserver<ListEventsResponse> responseObserver)
Lists the specified events.
public void deleteEvents(DeleteEventsRequest request, io.grpc.stub.StreamObserver<DeleteEventsResponse> responseObserver)
Deletes all error events of a given project.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService