Class ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub>
-
- com.google.devtools.clouderrorreporting.v1beta1.ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub
-
- Enclosing class:
- ErrorStatsServiceGrpc
public static final class ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub extends io.grpc.stub.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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceFutureStub>
-
listGroupStats
public com.google.common.util.concurrent.ListenableFuture<ListGroupStatsResponse> listGroupStats(ListGroupStatsRequest request)
Lists the specified groups.
-
listEvents
public com.google.common.util.concurrent.ListenableFuture<ListEventsResponse> listEvents(ListEventsRequest request)
Lists the specified events.
-
deleteEvents
public com.google.common.util.concurrent.ListenableFuture<DeleteEventsResponse> deleteEvents(DeleteEventsRequest request)
Deletes all error events of a given project.
-
-