Chronicle v1 API - Class RuleExecutionErrorService.RuleExecutionErrorServiceBase (1.0.0-beta06)

[BindServiceMethod(typeof(RuleExecutionErrorService), "BindService")]
public abstract class RuleExecutionErrorService.RuleExecutionErrorServiceBase

Reference documentation and code samples for the Chronicle v1 API class RuleExecutionErrorService.RuleExecutionErrorServiceBase.

Base class for server-side implementations of RuleExecutionErrorService

Inheritance

object > RuleExecutionErrorService.RuleExecutionErrorServiceBase

Namespace

Google.Cloud.Chronicle.V1

Assembly

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 ListRuleExecutionErrorsRequest

The request received from the client.

context ServerCallContext

The 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).