[[["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-04-17 UTC."],[[["This webpage provides documentation for the `MockBlockingPublisherConnection` class, a googlemock-based mock for `pubsub::BlockingPublisherConnection`."],["The latest version of the documentation is for version 2.37.0-rc, with a list of older versions ranging down to 2.11.0 available."],["The `MockBlockingPublisherConnection` class has two main virtual functions: `Publish(PublishParams)` which defines the interface for `BlockingPublisher::Publish()`, and `options()` which returns the options configured at initialization time."],["Both of the aforementioned functions are implemented using `gMock`'s `MOCK_METHOD()` and require consultation of the `gMock` documentation to properly use them in testing."],["An example of using this class can be found in the \"Testing your Cloud Pub/Sub publisher application with googlemock\" section."]]],[]]