public static final class ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub extends io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub>
An API for retrieving and managing error statistics as well as data for individual events.
| Modifier and Type | Method and Description |
|---|---|
protected ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
DeleteEventsResponse |
deleteEvents(DeleteEventsRequest request)
Deletes all error events of a given project.
|
ListEventsResponse |
listEvents(ListEventsRequest request)
Lists the specified events.
|
ListGroupStatsResponse |
listGroupStats(ListGroupStatsRequest request)
Lists the specified groups.
|
protected ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub>public ListGroupStatsResponse listGroupStats(ListGroupStatsRequest request)
Lists the specified groups.
public ListEventsResponse listEvents(ListEventsRequest request)
Lists the specified events.
public DeleteEventsResponse deleteEvents(DeleteEventsRequest request)
Deletes all error events of a given project.