[[["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."],[[["This page provides reference documentation for the `PublishRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `PublishRequest` class is used to publish messages and it requires a topic where the messages will be published, and the format is `projects/{project}/topics/{topic}`."],["The latest version of `PublishRequest` available is 3.23.0, but a comprehensive list of previous versions, ranging from 2.3.0 to 3.22.0 are available."],["The `PublishRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities."],["The class contains the properties of `Messages` and `Topic`, where `Messages` is of type `RepeatedField\u003cPubsubMessage\u003e` and is the list of messages to publish, and `Topic` is the `string` or `TopicName` type containing the topic for where the messages are to be published."]]],[]]