[[["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-14 UTC."],[[["The content provides documentation for the `MaxHoldTimeOption` within the Google Cloud Pub/Sub C++ library, spanning versions from 2.11.0 to 2.37.0-rc, with version 2.37.0-rc being the latest release candidate."],["The `MaxHoldTimeOption` defines the maximum duration messages will be held before they are processed or flushed, which in turn depends on the OS timers and their accuracy."],["The hold time for a batch of messages starts with the first message and does not get reset or extended by subsequent messages, with the subsequent message being released based on its arrival time in the batch."],["The `MaxHoldTimeOption` uses the `std::chrono::microseconds` type alias to specify the duration of the maximum hold time."]]],[]]