[[["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-21 UTC."],[[["This webpage provides documentation for `MockPullAckHandler`, a googlemock-based mock for `pubsub::PullAckHandler::Impl`, across multiple versions, with the latest being 2.37.0-rc."],["The `MockPullAckHandler` class has mock implementations for `ack()`, `nack()`, `delivery_attempt()`, `ack_id()`, and `subscription()`, with each of those utilizing gMock's `MOCK_METHOD()`."],["The `ack()` and `nack()` methods return a future of `Status`, while `delivery_attempt()` returns `std::int32_t`, and `ack_id()` and `subscription()` return a `std::string` and `pubsub::Subscription` respectively."],["The methods `ack_id()` and `subscription()` are for internal use only, as there are no corresponding public interfaces in `PullAckHandler` to access the subscription id and ack id."],["The different versions listed represent a history of documentation for the `MockPullAckHandler` class, going as far back as version 2.11.0, as well as a release candidate version, 2.37.0-rc."]]],[]]