EventTrigger_RetryPolicy class final

Describes the retry policy in case of function's execution failure. Retried execution is charged as any other execution.

Inheritance
  • Object
  • ProtoEnum
  • EventTrigger_RetryPolicy

Constructors

EventTrigger_RetryPolicy(String value)
const
EventTrigger_RetryPolicy.fromJson(Object? json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

$default → const EventTrigger_RetryPolicy
The default value for EventTrigger_RetryPolicy.
retryPolicyDoNotRetry → const EventTrigger_RetryPolicy
Do not retry.
retryPolicyRetry → const EventTrigger_RetryPolicy
Retry on any failure, retry up to 7 days with an exponential backoff (capped at 10 seconds).
retryPolicyUnspecified → const EventTrigger_RetryPolicy
Not specified.