public sealed class RuleExecutionErrorServiceClientImpl : RuleExecutionErrorServiceClientReference documentation and code samples for the Chronicle v1 API class RuleExecutionErrorServiceClientImpl.
RuleExecutionErrorService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Remarks
RuleExecutionErrorService contains endpoints related to rule execution errors.
Constructors
RuleExecutionErrorServiceClientImpl(RuleExecutionErrorServiceClient, RuleExecutionErrorServiceSettings, ILogger)
public RuleExecutionErrorServiceClientImpl(RuleExecutionErrorService.RuleExecutionErrorServiceClient grpcClient, RuleExecutionErrorServiceSettings settings, ILogger logger)Constructs a client wrapper for the RuleExecutionErrorService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
RuleExecutionErrorServiceRuleExecutionErrorServiceClientThe underlying gRPC client. |
settings |
RuleExecutionErrorServiceSettingsThe base RuleExecutionErrorServiceSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override RuleExecutionErrorService.RuleExecutionErrorServiceClient GrpcClient { get; }The underlying gRPC RuleExecutionErrorService client
| Property Value | |
|---|---|
| Type | Description |
RuleExecutionErrorServiceRuleExecutionErrorServiceClient |
|
Methods
ListRuleExecutionErrors(ListRuleExecutionErrorsRequest, CallSettings)
public override PagedEnumerable<ListRuleExecutionErrorsResponse, RuleExecutionError> ListRuleExecutionErrors(ListRuleExecutionErrorsRequest request, CallSettings callSettings = null)Lists rule execution errors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRuleExecutionErrorsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListRuleExecutionErrorsResponseRuleExecutionError |
A pageable sequence of RuleExecutionError resources. |
ListRuleExecutionErrorsAsync(ListRuleExecutionErrorsRequest, CallSettings)
public override PagedAsyncEnumerable<ListRuleExecutionErrorsResponse, RuleExecutionError> ListRuleExecutionErrorsAsync(ListRuleExecutionErrorsRequest request, CallSettings callSettings = null)Lists rule execution errors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRuleExecutionErrorsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListRuleExecutionErrorsResponseRuleExecutionError |
A pageable asynchronous sequence of RuleExecutionError resources. |