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 is designed to manage the settings for repeated polling, particularly in scenarios like waiting for long-running operations to finish.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors: one for setting a constant delay and expiration, and another for specifying a delay, delay multiplier, maximum delay, and expiration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePollSettings\u003c/code\u003e class contains properties such as \u003ccode\u003eDelay\u003c/code\u003e, \u003ccode\u003eDelayMultiplier\u003c/code\u003e, \u003ccode\u003eExpiration\u003c/code\u003e, and \u003ccode\u003eMaxDelay\u003c/code\u003e which allows the configuration of polling intervals, exponential backoff, and maximum wait times.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePollSettings\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and contains inherited members for various object-level operations, such as string conversion, equality checks, hash code generation, and type retrieval.\u003c/p\u003e\n"],["\u003cp\u003eIt is contained within the \u003ccode\u003eGoogle.Api.Gax\u003c/code\u003e namespace, and is found within the \u003ccode\u003eGoogle.Api.Gax.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]