Class ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub (0.162.0-beta)

public static final class ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub extends AbstractFutureStub<ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service ErrorStatsService.

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

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

deleteEvents(DeleteEventsRequest request)

public ListenableFuture<DeleteEventsResponse> deleteEvents(DeleteEventsRequest request)

Deletes all error events of a given project.

Parameter
NameDescription
requestDeleteEventsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<DeleteEventsResponse>

listEvents(ListEventsRequest request)

public ListenableFuture<ListEventsResponse> listEvents(ListEventsRequest request)

Lists the specified events.

Parameter
NameDescription
requestListEventsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListEventsResponse>

listGroupStats(ListGroupStatsRequest request)

public ListenableFuture<ListGroupStatsResponse> listGroupStats(ListGroupStatsRequest request)

Lists the specified groups.

Parameter
NameDescription
requestListGroupStatsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListGroupStatsResponse>