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