Option for google::cloud::Options to set the interval at which we refresh sessions so they don't get collected by the backend GC.
The GC collects objects older than 60 minutes, so any duration below that (less some slack to allow the calls to be made to refresh the sessions) should suffice.
[[["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-09 UTC."],[[["This page provides documentation for the `SessionPoolKeepAliveIntervalOption` in various versions, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `SessionPoolKeepAliveIntervalOption` is used within `google::cloud::Options` to manage how frequently sessions are refreshed to prevent them from being garbage collected."],["The option's intended use is to set an interval below 60 minutes, which is the backend's garbage collection threshold, ensuring sessions are refreshed and not collected."],["The type alias for this option is defined as `std::chrono::seconds`, indicating that the interval is measured in seconds."],["The lowest available version is 2.11.0 while the highest available version is 2.37.0-rc, the latest release candidate."]]],[]]