[[["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-05 UTC."],[[["This document outlines the `PullAckHandler::Impl` class for Google Cloud Pub/Sub, specifically within the C++ library, starting with version 2.23.0 and up to the latest release candidate, 2.37.0-rc."],["The `PullAckHandler::Impl` class enables the ability to mock a `PullAckHandler` and contains functions such as `ack()`, `nack()`, `delivery_attempt()`, `ack_id()`, and `subscription()`."],["The functions `ack()` and `nack()` return a future status, while `delivery_attempt()` returns a 32-bit integer, and both `ack_id()` and `subscription()` return a string and a pubsub subscription respectively."],["The functions `ack_id()` and `subscription()` are meant for internal use only and do not have corresponding public interfaces within the `PullAckHandler` class."],["A historical overview of previous versions is provided, starting at version 2.11.0 and going to the latest, in order to track the progress of `PullAckHandler::Impl`."]]],[]]