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 page provides reference documentation for the `RetryPolicy` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The `RetryPolicy` class defines how Cloud Pub/Sub manages message delivery retries, using exponential backoff between a specified minimum and maximum delay."],["The documentation lists various versions of the `RetryPolicy` class, from the latest version 3.23.0 down to version 2.3.0, accessible via provided links."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `RetryPolicy` class includes properties for `MaximumBackoff` and `MinimumBackoff`, both of which are of type `Duration` and define the delay ranges for message redelivery attempts, with defaults of 600 and 10 seconds, respectively."]]],[]]