[[["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-04-17 UTC."],[[["The content details the `RetrySettings.IJitter` interface, which is used for managing delays between retry attempts in the `Google.Api.Gax.Grpc` namespace."],["The `IJitter` interface is available in multiple versions of the `Google.Api.Gax` library, ranging from version 3.2.0 to the latest version 4.10.0."],["The primary method of the `IJitter` interface is `GetDelay(TimeSpan)`, which calculates and returns the specific delay to use before the next retry, given a maximum delay."],["The `GetDelay(TimeSpan)` method takes a `TimeSpan` parameter called `maxDelay` representing the maximum allowed delay."],["The `BackoffJitter` property provides additional information regarding the implementation of the jitter mechanism."]]],[]]