Class ErrorStatsServiceGrpc.ErrorStatsServiceBlockingStub (0.163.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
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
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
Name Description
request DeleteEventsRequest
Returns
Type Description
DeleteEventsResponse

listEvents(ListEventsRequest request)

public ListEventsResponse listEvents(ListEventsRequest request)

Lists the specified events.

Parameter
Name Description
request ListEventsRequest
Returns
Type Description
ListEventsResponse

listGroupStats(ListGroupStatsRequest request)

public ListGroupStatsResponse listGroupStats(ListGroupStatsRequest request)

Lists the specified groups.

Parameter
Name Description
request ListGroupStatsRequest
Returns
Type Description
ListGroupStatsResponse