Chronicle V1 API - Class Google::Cloud::Chronicle::V1::RuleExecutionError (v0.8.0)

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
Returns
  • (::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
Returns

#name

def name() -> ::String
Returns
  • (::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
Returns
  • (::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
Returns