The delay between RPC calls when fetching the operation status. This is never negative.
There is no exponential backoff between calls; the same delay is used for each call.
[[["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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePollSettings\u003c/code\u003e class, found within the Google.Api.Gax namespace, manages settings for repeated polling, often used for long-running operations to check for completion.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePollSettings\u003c/code\u003e offers constructors for setting an expiration and delay, with options for constant or exponential delays through \u003ccode\u003edelayMultiplier\u003c/code\u003e and \u003ccode\u003emaxDelay\u003c/code\u003e parameters.\u003c/p\u003e\n"],["\u003cp\u003eKey properties within \u003ccode\u003ePollSettings\u003c/code\u003e include \u003ccode\u003eDelay\u003c/code\u003e (the time between calls), \u003ccode\u003eDelayMultiplier\u003c/code\u003e (the factor by which to increase delay), \u003ccode\u003eExpiration\u003c/code\u003e (when to stop polling), and \u003ccode\u003eMaxDelay\u003c/code\u003e (the upper limit for delay times).\u003c/p\u003e\n"],["\u003cp\u003eThe latest available version of PollSettings is 4.10.0, and there are several other prior versions, down to 3.2.0, which are available to view in the documentation.\u003c/p\u003e\n"]]],[],null,[]]