Class ErrorStatsServiceGrpc.ErrorStatsServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ErrorStatsServiceGrpc.ErrorStatsServiceStub>
-
- com.google.devtools.clouderrorreporting.v1beta1.ErrorStatsServiceGrpc.ErrorStatsServiceStub
-
- Enclosing class:
- ErrorStatsServiceGrpc
public static final class ErrorStatsServiceGrpc.ErrorStatsServiceStub extends io.grpc.stub.AbstractAsyncStub<ErrorStatsServiceGrpc.ErrorStatsServiceStub>
A stub to allow clients to do asynchronous 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.ErrorStatsServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voiddeleteEvents(DeleteEventsRequest request, io.grpc.stub.StreamObserver<DeleteEventsResponse> responseObserver)Deletes all error events of a given project.voidlistEvents(ListEventsRequest request, io.grpc.stub.StreamObserver<ListEventsResponse> responseObserver)Lists the specified events.voidlistGroupStats(ListGroupStatsRequest request, io.grpc.stub.StreamObserver<ListGroupStatsResponse> responseObserver)Lists the specified groups.
-
-
-
Method Detail
-
build
protected ErrorStatsServiceGrpc.ErrorStatsServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ErrorStatsServiceGrpc.ErrorStatsServiceStub>
-
listGroupStats
public void listGroupStats(ListGroupStatsRequest request, io.grpc.stub.StreamObserver<ListGroupStatsResponse> responseObserver)
Lists the specified groups.
-
listEvents
public void listEvents(ListEventsRequest request, io.grpc.stub.StreamObserver<ListEventsResponse> responseObserver)
Lists the specified events.
-
deleteEvents
public void deleteEvents(DeleteEventsRequest request, io.grpc.stub.StreamObserver<DeleteEventsResponse> responseObserver)
Deletes all error events of a given project.
-
-