[BindServiceMethod(typeof(ErrorStatsService), "BindService")]
public abstract class ErrorStatsService.ErrorStatsServiceBaseReference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ErrorStatsService.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 | 
        DeleteEventsRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
request | 
        ListEventsRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
request | 
        ListGroupStatsRequestThe request received from the client.  | 
      
context | 
        ServerCallContextThe context of the server-side call handler being invoked.  | 
      
| Returns | |
|---|---|
| Type | Description | 
TaskListGroupStatsResponse | 
        The response to send back to the client (wrapped by a task).  |