Chronicle v1 API - Class RuleExecutionError (1.0.0-beta06)

public sealed class RuleExecutionError : IMessage<RuleExecutionError>, IEquatable<RuleExecutionError>, IDeepCloneable<RuleExecutionError>, IBufferMessage, IMessage

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

The RuleExecutionError resource represents an error generated from running/deploying a rule.

Inheritance

object > RuleExecutionError

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

RuleExecutionError()

public RuleExecutionError()

RuleExecutionError(RuleExecutionError)

public RuleExecutionError(RuleExecutionError other)
Parameter
Name Description
other RuleExecutionError

Properties

CuratedRule

public string CuratedRule { get; set; }

Output only. The resource name of the curated rule that generated the rule execution error.

Property Value
Type Description
string

CuratedRuleAsCuratedRuleName

public CuratedRuleName CuratedRuleAsCuratedRuleName { get; set; }

CuratedRuleName-typed view over the CuratedRule resource name property.

Property Value
Type Description
CuratedRuleName

Error

public Status Error { get; set; }

Output only. The error status corresponding with the rule execution error.

Property Value
Type Description
Status

HasCuratedRule

public bool HasCuratedRule { get; }

Gets whether the "curated_rule" field is set

Property Value
Type Description
bool

HasRule

public bool HasRule { get; }

Gets whether the "rule" field is set

Property Value
Type Description
bool

Name

public string Name { get; set; }

Output only. The resource name of the rule execution error. Format: projects/{project}/locations/{location}/instances/{instance}/ruleExecutionErrors/{rule_execution_error}

Property Value
Type Description
string

Rule

public string Rule { get; set; }

Output only. The resource name of the rule that generated the rule execution error.

Property Value
Type Description
string

RuleAsRuleName

public RuleName RuleAsRuleName { get; set; }

RuleName-typed view over the Rule resource name property.

Property Value
Type Description
RuleName

RuleExecutionErrorName

public RuleExecutionErrorName RuleExecutionErrorName { get; set; }

RuleExecutionErrorName-typed view over the Name resource name property.

Property Value
Type Description
RuleExecutionErrorName

SourceCase

public RuleExecutionError.SourceOneofCase SourceCase { get; }
Property Value
Type Description
RuleExecutionErrorSourceOneofCase

TimeRange

public Interval TimeRange { get; set; }

Output only. The event time range that the rule execution error corresponds with.

Property Value
Type Description
Interval