[BindServiceMethod(typeof(ErrorStatsService), "BindService")]
public abstract class ErrorStatsServiceBase
Base class for server-side implementations of ErrorStatsService
Namespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
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 | |
---|---|
Name | Description |
request | DeleteEventsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request | ListEventsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
request | ListGroupStatsRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
Task<ListGroupStatsResponse> | The response to send back to the client (wrapped by a task). |