Event Trigger Retry Policy
enum EventTriggerRetryPolicy : Enum<EventTriggerRetryPolicy> , ConvertibleToJava<EventTriggerRetryPolicy>
Optional. If unset, then defaults to ignoring failures (i.e. not retrying them).
Entries
Link copied to clipboard
Not specified.
Link copied to clipboard
Do not retry.
Link copied to clipboard
Retry on any failure, retry up to 7 days with an exponential backoff (capped at 10 seconds).
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.