Chronicle v1 API - Class RuleExecutionErrorServiceClientImpl (1.0.0-beta06)

public sealed class RuleExecutionErrorServiceClientImpl : RuleExecutionErrorServiceClient

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

RuleExecutionErrorService client wrapper implementation, for convenient use.

Inheritance

object > RuleExecutionErrorServiceClient > RuleExecutionErrorServiceClientImpl

Namespace

Google.Cloud.Chronicle.V1

Assembly

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 RuleExecutionErrorServiceRuleExecutionErrorServiceClient

The underlying gRPC client.

settings RuleExecutionErrorServiceSettings

The base RuleExecutionErrorServiceSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override RuleExecutionErrorService.RuleExecutionErrorServiceClient GrpcClient { get; }

The underlying gRPC RuleExecutionErrorService client

Property Value
Type Description
RuleExecutionErrorServiceRuleExecutionErrorServiceClient
Overrides

Methods

ListRuleExecutionErrors(ListRuleExecutionErrorsRequest, CallSettings)

public override PagedEnumerable<ListRuleExecutionErrorsResponse, RuleExecutionError> ListRuleExecutionErrors(ListRuleExecutionErrorsRequest request, CallSettings callSettings = null)

Lists rule execution errors.

Parameters
Name Description
request ListRuleExecutionErrorsRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedEnumerableListRuleExecutionErrorsResponseRuleExecutionError

A pageable sequence of RuleExecutionError resources.

Overrides

ListRuleExecutionErrorsAsync(ListRuleExecutionErrorsRequest, CallSettings)

public override PagedAsyncEnumerable<ListRuleExecutionErrorsResponse, RuleExecutionError> ListRuleExecutionErrorsAsync(ListRuleExecutionErrorsRequest request, CallSettings callSettings = null)

Lists rule execution errors.

Parameters
Name Description
request ListRuleExecutionErrorsRequest

The request object containing all of the parameters for the API call.

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableListRuleExecutionErrorsResponseRuleExecutionError

A pageable asynchronous sequence of RuleExecutionError resources.

Overrides