[[["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."],[[["This webpage provides documentation for `MockPullAckHandler`, a googlemock-based mock for `pubsub::PullAckHandler::Impl`, specifically for version 2.35.0, with links to various versions from 2.11.0 up to 2.37.0-rc."],["The `MockPullAckHandler` class implements functions like `ack()`, `nack()`, `delivery_attempt()`, `ack_id()`, and `subscription()`, all of which are mocked using gMock's `MOCK_METHOD()`."],["The `ack()` and `nack()` functions return a `future\u003cStatus\u003e`, while `delivery_attempt()` returns `std::int32_t`, `ack_id()` returns `std::string`, and `subscription()` returns `pubsub::Subscription`."],["`ack_id()` and `subscription()` functions are for internal use only, as there are no corresponding public interfaces within `PullAckHandler` to access the values returned."],["The documentation directs users to consult gMock's documentation for detailed instructions on how to use these mocked functions in their testing environment."]]],[]]