[[["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-31 UTC."],[[["The `PublishRequest` class is part of the Google Cloud Pub/Sub v1 API, specifically found in the `Google.Cloud.PubSub.V1` namespace."],["This class is used as a request object for the `Publish` method, and requires a list of messages to be published, along with a designated topic."],["The latest version for the API is `3.23.0`, and there are documented versions going as far back as `2.3.0` available to look at."],["The `PublishRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties include `Messages`, which is a required field of type `RepeatedField\u003cPubsubMessage\u003e`, and `Topic`, which is also required and dictates where messages will be published."]]],[]]