Class ErrorStatsService.ErrorStatsServiceBase (2.0.0-beta05)

[BindServiceMethod(typeof(ErrorStatsService), "BindService")]
public abstract class ErrorStatsServiceBase

Base class for server-side implementations of ErrorStatsService

Inheritance

Object > ErrorStatsService.ErrorStatsServiceBase

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Methods

DeleteEvents(DeleteEventsRequest, ServerCallContext)

public virtual Task<DeleteEventsResponse> DeleteEvents(DeleteEventsRequest request, ServerCallContext context)

Deletes all error events of a given project.

Parameters
NameDescription
requestDeleteEventsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<DeleteEventsResponse>

The response to send back to the client (wrapped by a task).

ListEvents(ListEventsRequest, ServerCallContext)

public virtual Task<ListEventsResponse> ListEvents(ListEventsRequest request, ServerCallContext context)

Lists the specified events.

Parameters
NameDescription
requestListEventsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<ListEventsResponse>

The response to send back to the client (wrapped by a task).

ListGroupStats(ListGroupStatsRequest, ServerCallContext)

public virtual Task<ListGroupStatsResponse> ListGroupStats(ListGroupStatsRequest request, ServerCallContext context)

Lists the specified groups.

Parameters
NameDescription
requestListGroupStatsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<ListGroupStatsResponse>

The response to send back to the client (wrapped by a task).