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-04-17 UTC."],[[["The content provides a list of Google Cloud Pub/Sub C++ library versions, ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version link directs to the `MaxDeadlineTimeOption` documentation for that specific release, which manages the maximum time the application has to respond to an incoming message."],["The deadline configuration affects the time frame in which the application must acknowledge (ACK) or not acknowledge (NACK) incoming messages, and this can differ from the server-side configuration."],["The value `0` will cause the deadline to be unmodified and instead use the server-side configuration."],["The deadline is applied to each individual message when it is delivered to the application, which can become immutable when delivered to a callback, and is based on `std::chrono::seconds`."]]],[]]