Class ErrorStatsServiceGrpc.ErrorStatsServiceImplBase (0.134.0-beta)

Stay organized with collections Save and categorize content based on your preferences.
public abstract static class ErrorStatsServiceGrpc.ErrorStatsServiceImplBase implements BindableService

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

Inheritance

java.lang.Object > ErrorStatsServiceGrpc.ErrorStatsServiceImplBase

Implements

io.grpc.BindableService

Constructors

ErrorStatsServiceImplBase()

public ErrorStatsServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition

deleteEvents(DeleteEventsRequest request, StreamObserver<DeleteEventsResponse> responseObserver)

public void deleteEvents(DeleteEventsRequest request, StreamObserver<DeleteEventsResponse> responseObserver)

Deletes all error events of a given project.

Parameters
NameDescription
requestDeleteEventsRequest
responseObserverio.grpc.stub.StreamObserver<DeleteEventsResponse>

listEvents(ListEventsRequest request, StreamObserver<ListEventsResponse> responseObserver)

public void listEvents(ListEventsRequest request, StreamObserver<ListEventsResponse> responseObserver)

Lists the specified events.

Parameters
NameDescription
requestListEventsRequest
responseObserverio.grpc.stub.StreamObserver<ListEventsResponse>

listGroupStats(ListGroupStatsRequest request, StreamObserver<ListGroupStatsResponse> responseObserver)

public void listGroupStats(ListGroupStatsRequest request, StreamObserver<ListGroupStatsResponse> responseObserver)

Lists the specified groups.

Parameters
NameDescription
requestListGroupStatsRequest
responseObserverio.grpc.stub.StreamObserver<ListGroupStatsResponse>