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