[[["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 the `MockBlockingPublisherConnection` class, a googlemock-based mock for testing `pubsub::BlockingPublisherConnection` in C++."],["The page lists available versions of the documentation, from version 2.11.0 up to the latest release candidate 2.37.0-rc, with 2.24.0 being the currently displayed version."],["The `MockBlockingPublisherConnection` class has virtual functions `Publish(PublishParams)` and `options()`, which are implemented using gMock's `MOCK_METHOD()` for mocking in tests."],["The `Publish` function takes `PublishParams` as a parameter and returns a `StatusOr\u003c std::string \u003e`, while the `options` function has no parameter and returns the `Options` type."],["There is an included example detailing how to test a Cloud Pub/Sub application using the mock `MockBlockingPublisherConnection` class."]]],[]]