public sealed class Retry : IMessage<FailurePolicy.Types.Retry>, IEquatable<FailurePolicy.Types.Retry>, IDeepCloneable<FailurePolicy.Types.Retry>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 API class FailurePolicy.Types.Retry.
Describes the retry policy in case of function's execution failure.
A function execution will be retried on any failure.
A failed execution will be retried up to 7 days with an exponential backoff
(capped at 10 seconds).
Retried execution is charged as any other execution.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `FailurePolicy.Types.Retry` class within the Google Cloud Functions v1 API, specifically for .NET development."],["The `Retry` class defines the retry policy for handling function execution failures, which includes retrying on any failure for up to 7 days with exponential backoff (max 10 seconds)."],["It lists various versions of the API, ranging from 1.1.0 to 2.7.0, with 2.7.0 being the latest, and documents implementation details in the `FailurePolicy.Types.Retry` class."],["The `Retry` class inherits from `Object` and implements `IMessage\u003cFailurePolicy.Types.Retry\u003e`, `IEquatable\u003cFailurePolicy.Types.Retry\u003e`, `IDeepCloneable\u003cFailurePolicy.Types.Retry\u003e`, `IBufferMessage`, and `IMessage`."]]],[]]