public static final class ErrorStatsServiceGrpc.ErrorStatsServiceStub extends io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceStub>
An API for retrieving and managing error statistics as well as data for individual events.
| Modifier and Type | Method and Description |
|---|---|
protected ErrorStatsServiceGrpc.ErrorStatsServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected ErrorStatsServiceGrpc.ErrorStatsServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceStub>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.