[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for `MockPullAckHandler`, a googlemock-based mock for `pubsub::PullAckHandler::Impl`, primarily used for internal testing."],["The documentation covers multiple versions of `MockPullAckHandler`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["`MockPullAckHandler` uses gMock's `MOCK_METHOD()` to implement functions like `ack()`, `nack()`, `delivery_attempt()`, `ack_id()`, and `subscription()`, facilitating testing of `PullAckHandler` functionalities."],["The `ack()` and `nack()` functions both return a future with a status, while `delivery_attempt()` returns a `std::int32_t`, `ack_id()` returns a `std::string`, and `subscription()` returns a `pubsub::Subscription`."],["The functions `ack_id()` and `subscription()` are for internal use only, as there is no public interface within `PullAckHandler` to access the related information."]]],[]]