Configure how long the application has to respond (ACK or NACK) to an incoming message. Note that this might be longer, or shorter, than the deadline configured in the server-side subscription.
The value 0 is reserved to leave the deadline unmodified and just use the server-side configuration.
[[["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 webpage provides a detailed list of Google Cloud Pub/Sub C++ library versions, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, allowing access to documentation for each."],["The focus of the documentation is on the `MaxDeadlineTimeOption` structure, which controls the maximum time an application has to acknowledge (ACK) or negatively acknowledge (NACK) a received message."],["The `MaxDeadlineTimeOption` deadline can vary from the server-side configuration and the value `0` is used to maintain the original server-side configuration."],["The deadline for messages applies individually to each message in a batch until delivered to the callback, and after delivery, the deadline is fixed."],["The type alias for `MaxDeadlineTimeOption` is `std::chrono::seconds`."]]],[]]