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-05 UTC."],[[["This webpage provides a comprehensive list of versions for the `MaxDeadlineTimeOption` within the Google Cloud Pub/Sub C++ library, spanning from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `MaxDeadlineTimeOption` configures the duration an application has to acknowledge or negatively acknowledge an incoming message, potentially differing from the server-side subscription deadline."],["A value of `0` for `MaxDeadlineTimeOption` indicates that the server-side configuration should be used for the deadline, without modification."],["The deadline for a batch of incoming messages is extended repeatedly until each message is delivered to a callback, at which point it becomes immutable."],["The `MaxDeadlineTimeOption` is of type alias `std::chrono::seconds`."]]],[]]