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

public class RuleExecutionErrorService.RuleExecutionErrorServiceClient : ClientBase<RuleExecutionErrorService.RuleExecutionErrorServiceClient>

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

Client for RuleExecutionErrorService

Inheritance

object > ClientBase > ClientBaseRuleExecutionErrorServiceRuleExecutionErrorServiceClient > RuleExecutionErrorService.RuleExecutionErrorServiceClient

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

RuleExecutionErrorServiceClient()

protected RuleExecutionErrorServiceClient()

Protected parameterless constructor to allow creation of test doubles.

RuleExecutionErrorServiceClient(CallInvoker)

public RuleExecutionErrorServiceClient(CallInvoker callInvoker)

Creates a new client for RuleExecutionErrorService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

RuleExecutionErrorServiceClient(ChannelBase)

public RuleExecutionErrorServiceClient(ChannelBase channel)

Creates a new client for RuleExecutionErrorService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

RuleExecutionErrorServiceClient(ClientBaseConfiguration)

protected RuleExecutionErrorServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

ListRuleExecutionErrors(ListRuleExecutionErrorsRequest, CallOptions)

public virtual ListRuleExecutionErrorsResponse ListRuleExecutionErrors(ListRuleExecutionErrorsRequest request, CallOptions options)

Lists rule execution errors.

Parameters
Name Description
request ListRuleExecutionErrorsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListRuleExecutionErrorsResponse

The response received from the server.

ListRuleExecutionErrors(ListRuleExecutionErrorsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListRuleExecutionErrorsResponse ListRuleExecutionErrors(ListRuleExecutionErrorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists rule execution errors.

Parameters
Name Description
request ListRuleExecutionErrorsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListRuleExecutionErrorsResponse

The response received from the server.

ListRuleExecutionErrorsAsync(ListRuleExecutionErrorsRequest, CallOptions)

public virtual AsyncUnaryCall<ListRuleExecutionErrorsResponse> ListRuleExecutionErrorsAsync(ListRuleExecutionErrorsRequest request, CallOptions options)

Lists rule execution errors.

Parameters
Name Description
request ListRuleExecutionErrorsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListRuleExecutionErrorsResponse

The call object.

ListRuleExecutionErrorsAsync(ListRuleExecutionErrorsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListRuleExecutionErrorsResponse> ListRuleExecutionErrorsAsync(ListRuleExecutionErrorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists rule execution errors.

Parameters
Name Description
request ListRuleExecutionErrorsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListRuleExecutionErrorsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override RuleExecutionErrorService.RuleExecutionErrorServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
RuleExecutionErrorServiceRuleExecutionErrorServiceClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.Chronicle.V1.RuleExecutionErrorService.RuleExecutionErrorServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)