[[["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 `MockPullAckHandler`, a googlemock-based mock for `pubsub::PullAckHandler::Impl`, which is part of the Google Cloud Pub/Sub C++ client library."],["The documentation lists various versions of the `MockPullAckHandler` class, ranging from version 2.11.0 to the latest release candidate version 2.37.0-rc."],["The `MockPullAckHandler` class provides mocked implementations for the `ack()`, `nack()`, and `delivery_attempt()` functions, enabling testing of classes that use `PullAckHandler` with gMock."],["Each of these three functions, `ack()`, `nack()` and `delivery_attempt()` are implemented using gMock's `MOCK_METHOD()` and the documentation advises to consult gMock's documentation to utilize the mock in tests."]]],[]]