[[["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."],[[["This webpage provides documentation for the `MockPullAckHandler` class, a mock implementation used for testing `pubsub::PullAckHandler` components."],["The page lists various versions of the `MockPullAckHandler`, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc, each with links to their respective documentation."],["The `MockPullAckHandler` class uses gMock's `MOCK_METHOD()` to implement the `ack()`, `nack()`, and `delivery_attempt()` functions, which are used in testing."],["Each of the mocked functions, `ack()`, `nack()`, and `delivery_attempt()` return a `future\u003cStatus\u003e`, `future\u003cStatus\u003e`, and `std::int32_t` respectively."],["Version 2.16.0 is the reference point for the `PullAckHandler::Impl` class, with the mocked links in the functions pointing to this specific version."]]],[]]