[[["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-21 UTC."],[[["The latest version of the `MockBlockingPublisherConnection` class is 2.37.0-rc, with several previous versions also available, ranging from 2.36.0 down to 2.11.0."],["This class provides a googlemock-based mock for `pubsub::BlockingPublisherConnection`, facilitating testing of Cloud Pub/Sub publisher applications."],["The `MockBlockingPublisherConnection` class includes two main functions, a virtual `Publish()` function for mocking `BlockingPublisher::Publish()`, and a virtual `options()` function for returning configured options."],["Both the `Publish()` and `options()` functions are implemented using gMock's `MOCK_METHOD()`, and their usage is detailed in the gMock documentation."],["The `Publish` function takes in a `PublishParams` parameter, and returns a `StatusOr\u003c std::string \u003e`."]]],[]]