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-03-21 UTC."],[[["The latest version available is 2.37.0-rc, with the documentation provided relating to `SessionPoolKeepAliveIntervalOption`."],["This page documents the `SessionPoolKeepAliveIntervalOption` across various versions, starting from 2.11.0 up to the latest release candidate."],["The `SessionPoolKeepAliveIntervalOption` allows configuring the frequency of session refreshes to prevent garbage collection by the backend, and it works by using `std::chrono::seconds` as its alias."],["The `SessionPoolKeepAliveIntervalOption` for `google::cloud::Options` is designed to refresh sessions before they are collected by the backend, which occurs after 60 minutes."]]],[]]