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\u003e\u003ccode\u003ePollSettings\u003c/code\u003e is a class within the Google.Api.Gax namespace that configures settings for repeated polling, commonly used for long-running operations, and it's available across multiple versions, with version 4.10.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used to control the frequency and duration of polling, inheriting several methods from the base \u003ccode\u003eObject\u003c/code\u003e class such as \u003ccode\u003eToString()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, and \u003ccode\u003eGetHashCode()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePollSettings\u003c/code\u003e class offers two constructors, allowing you to set polling behaviors using parameters such as \u003ccode\u003eExpiration\u003c/code\u003e, \u003ccode\u003edelay\u003c/code\u003e, \u003ccode\u003edelayMultiplier\u003c/code\u003e and \u003ccode\u003emaxDelay\u003c/code\u003e, which are used to define the termination time and the timing of RPC requests.\u003c/p\u003e\n"],["\u003cp\u003eProperties like \u003ccode\u003eDelay\u003c/code\u003e, \u003ccode\u003eDelayMultiplier\u003c/code\u003e, \u003ccode\u003eExpiration\u003c/code\u003e, and \u003ccode\u003eMaxDelay\u003c/code\u003e allow you to retrieve the current settings, where \u003ccode\u003eDelay\u003c/code\u003e represents the time between RPC calls, and \u003ccode\u003eMaxDelay\u003c/code\u003e is the largest delay time that can be reached.\u003c/p\u003e\n"]]],[],null,[]]