Class ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub (0.158.0-beta)

public static final class ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub extends 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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

deleteEvents(DeleteEventsRequest request)

public DeleteEventsResponse deleteEvents(DeleteEventsRequest request)

Deletes all error events of a given project.

Parameter
NameDescription
requestDeleteEventsRequest
Returns
TypeDescription
DeleteEventsResponse

listEvents(ListEventsRequest request)

public ListEventsResponse listEvents(ListEventsRequest request)

Lists the specified events.

Parameter
NameDescription
requestListEventsRequest
Returns
TypeDescription
ListEventsResponse

listGroupStats(ListGroupStatsRequest request)

public ListGroupStatsResponse listGroupStats(ListGroupStatsRequest request)

Lists the specified groups.

Parameter
NameDescription
requestListGroupStatsRequest
Returns
TypeDescription
ListGroupStatsResponse