[[["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 used to send requests to the Publish method within the Google Cloud Pub/Sub service."],["The latest version of `PublishRequest` is 3.23.0, while a range of older versions, from 3.22.0 down to 2.3.0 are available."],["The `PublishRequest` class requires the specification of a topic in the format `projects/{project}/topics/{topic}`, where messages will be published."],["`PublishRequest` has two properties; the first is `Topic` which is a string representation of the topic name, the second is `Messages` which contains the collection of messages to be published."],["The `PublishRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."]]],[]]