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.RuleExecutionErrorServiceClientNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
CallInvokerThe callInvoker to use to make remote calls. |
RuleExecutionErrorServiceClient(ChannelBase)
public RuleExecutionErrorServiceClient(ChannelBase channel)Creates a new client for RuleExecutionErrorService
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe 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 |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
ListRuleExecutionErrors(ListRuleExecutionErrorsRequest, CallOptions)
public virtual ListRuleExecutionErrorsResponse ListRuleExecutionErrors(ListRuleExecutionErrorsRequest request, CallOptions options)Lists rule execution errors.
| Parameters | |
|---|---|
| Name | Description |
request |
ListRuleExecutionErrorsRequestThe request to send to the server. |
options |
CallOptionsThe 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 |
ListRuleExecutionErrorsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn 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 |
ListRuleExecutionErrorsRequestThe request to send to the server. |
options |
CallOptionsThe 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 |
ListRuleExecutionErrorsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn 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 |
|