[[["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 within the Google Cloud Pub/Sub C++ library."],["The `MockPullAckHandler` class includes virtual functions such as `ack()`, `nack()`, `delivery_attempt()`, `ack_id()`, and `subscription()`, all implemented using gMock's `MOCK_METHOD()`."],["The functions `ack()` and `nack()` return a `future\u003cStatus\u003e`, while `delivery_attempt()` returns a `std::int32_t`, `ack_id()` returns a `std::string`, and `subscription()` returns a `pubsub::Subscription`."],["The documentation also lists different versions, with the latest being `2.37.0-rc`, while also showing the version number, such as the `2.30.0` version that the `MockPullAckHandler` is based on."],["This webpage is primarily intended for developers working with the C++ Google Cloud Pub/Sub library, allowing for testing using the gMock framework, offering functionality to simulate behavior, and interact with `PullAckHandler`."]]],[]]