The inlined, versioned namespace for the Cloud Pub/Sub C++ client APIs.
Applications may need to link multiple versions of the Cloud Pub/Sub C++ client, for example, if they link a library that uses an older version of the client than they do. This namespace is inlined, so applications can use pubsub::Foo in their source, but the symbols are versioned, i.e., the symbol becomes pubsub::v1::Foo. A googlemock-based mock for pubsub::AckHandler::Impl
[[["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-05-07 UTC."],[[["This webpage details the `MockAckHandler` class within the Cloud Pub/Sub C++ client API, providing a mock implementation for `pubsub::AckHandler::Impl`."],["The `MockAckHandler` class allows for testing using gMock, with examples provided to assist in setting up tests for Cloud Pub/Sub subscriber applications."],["The class includes mock implementations for the `ack()`, `nack()`, and `delivery_attempt()` functions, all of which are built using gMock's `MOCK_METHOD()`."],["The page lists multiple versions of the `MockAckHandler` class ranging from 2.11.0 up to 2.37.0-rc (latest), each corresponding to a different version of the Cloud Pub/Sub client API."]]],[]]