[[["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 details the `MockPullAckHandler`, a gMock-based mock for `pubsub::PullAckHandler::Impl`, designed for testing purposes within the Google Cloud Pub/Sub C++ library."],["The `MockPullAckHandler` provides mock implementations for key functions like `ack()`, `nack()`, `delivery_attempt()`, `ack_id()`, and `subscription()`, all of which are built using gMock's `MOCK_METHOD()`."],["The documentation includes a comprehensive list of previous versions for `MockPullAckHandler`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc, with version 2.21.0 being the specified baseline for the functions."],["The mock functions `ack()` and `nack()` return a future status, while `delivery_attempt()` returns a `std::int32_t`, and `ack_id()` returns a `std::string`, providing the relevant data for each operation."],["`ack_id()` and `subscription()` are internal-use-only functions that provide the ack ID and subscription ID, respectively, and are not accessible through the public `PullAckHandler` interface."]]],[]]