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, is designed to control the behavior of repeated polling operations, such as monitoring the completion of long-running tasks.\u003c/p\u003e\n"],["\u003cp\u003eIt has a constructor that accepts \u003ccode\u003eExpiration\u003c/code\u003e and \u003ccode\u003eTimeSpan\u003c/code\u003e to specify the duration for polling and the constant delay between calls, and a second constructor that also takes a delay multiplier, and a maximum delay.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePollSettings\u003c/code\u003e provides properties like \u003ccode\u003eDelay\u003c/code\u003e, \u003ccode\u003eDelayMultiplier\u003c/code\u003e, \u003ccode\u003eExpiration\u003c/code\u003e, and \u003ccode\u003eMaxDelay\u003c/code\u003e to manage the time intervals and conditions of the polling process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePollSettings\u003c/code\u003e class inherits basic functionalities from the base \u003ccode\u003eobject\u003c/code\u003e class, including methods like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eGetType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe various available versions for the \u003ccode\u003eGoogle.Api.Gax.PollSettings\u003c/code\u003e range from 3.2.0 to 4.10.0, with the latter being the most recent version available.\u003c/p\u003e\n"]]],[],null,[]]