[[["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 provides documentation for the `MockBlockingPublisherConnection` class, a googlemock-based mock for testing Cloud Pub/Sub publisher applications."],["The class is part of the Google Cloud Pub/Sub C++ client library, with version 2.37.0-rc being the latest release, and the documentation includes a list of past versions dating back to 2.11.0."],["The `MockBlockingPublisherConnection` class includes virtual functions `Publish(PublishParams)` and `options()`, which are implemented using gMock's `MOCK_METHOD()` for easy mocking in tests."],["The `Publish` function in the `MockBlockingPublisherConnection` class mirrors `BlockingPublisher::Publish()` and takes `PublishParams` as a parameter, returning a `StatusOr\u003cstd::string\u003e`."],["The `options` function returns the `Options` that were configured at initialization time."]]],[]]