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-09 UTC."],[[["This page lists documentation for various versions of the Google Cloud Pub/Sub C++ client library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The content specifically focuses on the `MaxDeadlineTimeOption` within the `google::cloud::pubsub` namespace, providing links to the documentation for this option across each listed version."],["`MaxDeadlineTimeOption` determines how long the application has to acknowledge or negatively acknowledge an incoming message, which may differ from the server-side subscription deadline."],["Setting the `MaxDeadlineTimeOption` to `0` will leave the deadline unmodified and default to using the server-side configurations."],["`MaxDeadlineTimeOption` is an alias of type `std::chrono::seconds` which signifies the time unit used for setting the deadline."]]],[]]