Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::RuleExecutionError.
The RuleExecutionError resource represents an error generated from running/deploying a rule.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#curated_rule
def curated_rule() -> ::String-
(::String) — Output only. The resource name of the curated rule that generated the
rule execution error.
Note: The following fields are mutually exclusive:
curated_rule,rule. If a field in that set is populated, all other fields in the set will automatically be cleared.
#error
def error() -> ::Google::Rpc::Status- (::Google::Rpc::Status) — Output only. The error status corresponding with the rule execution error.
#name
def name() -> ::String- (::String) — Output only. The resource name of the rule execution error. Format: projects/{project}/locations/{location}/instances/{instance}/ruleExecutionErrors/{rule_execution_error}
#rule
def rule() -> ::String-
(::String) — Output only. The resource name of the rule that generated the rule
execution error.
Note: The following fields are mutually exclusive:
rule,curated_rule. If a field in that set is populated, all other fields in the set will automatically be cleared.
#time_range
def time_range() -> ::Google::Type::Interval- (::Google::Type::Interval) — Output only. The event time range that the rule execution error corresponds with.