[BindServiceMethod(typeof(RuleExecutionErrorService), "BindService")]
public abstract class RuleExecutionErrorService.RuleExecutionErrorServiceBaseReference documentation and code samples for the Chronicle v1 API class RuleExecutionErrorService.RuleExecutionErrorServiceBase.
Base class for server-side implementations of RuleExecutionErrorService
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Methods
ListRuleExecutionErrors(ListRuleExecutionErrorsRequest, ServerCallContext)
public virtual Task<ListRuleExecutionErrorsResponse> ListRuleExecutionErrors(ListRuleExecutionErrorsRequest request, ServerCallContext context)Lists rule execution errors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRuleExecutionErrorsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListRuleExecutionErrorsResponse |
The response to send back to the client (wrapped by a task). |