RetryPolicy will be triggered on NACKs or acknowledgement deadline exceeded
events for a given message.
Retry Policy is implemented on a best effort basis. At times, the delay
between consecutive deliveries may not match the configuration. That is,
delay can be more or less than configured backoff.
[[["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-31 UTC."],[[["This webpage provides reference documentation for the `RetryPolicy` class within the Google Cloud Pub/Sub v1 API, specifically detailing its implementation and usage in .NET."],["The latest version of the `RetryPolicy` is 3.23.0, with multiple previous versions from 3.22.0 to 2.3.0 also available for documentation reference."],["`RetryPolicy` manages message delivery retries based on exponential backoff, triggered by NACKs or acknowledgement deadline exceeded events."],["The `RetryPolicy` class includes properties for setting the `MinimumBackoff` and `MaximumBackoff` for message redelivery delays, allowing users to customize the retry behavior between 0 and 600 seconds."],["The `RetryPolicy` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and has 2 constructors."]]],[]]