Google Cloud Error Reporting v1beta1 API - Class ErrorStatsService.ErrorStatsServiceBase (3.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorStatsService.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
TaskDeleteEventsResponse

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
TaskListEventsResponse

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
TaskListGroupStatsResponse

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