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."],[[["The latest version of the `RetryPolicy` class in the Google Cloud Pub/Sub v1 API is version 3.23.0, with multiple previous versions listed for reference."],["The `RetryPolicy` class defines how Pub/Sub retries message delivery, implementing an exponential backoff strategy."],["`RetryPolicy` retries are triggered by NACKs or when the acknowledgement deadline for a message is exceeded."],["The `RetryPolicy` class allows for configuration of both `MinimumBackoff` and `MaximumBackoff` properties, which control the delay between message delivery retries, with defaults of 10 and 600 seconds, respectively."],["This class inherits from various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it is part of the `Google.Cloud.PubSub.V1` namespace within the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]