public sealed class PublishResponse : IMessage<PublishResponse>, IEquatable<PublishResponse>, IDeepCloneable<PublishResponse>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `PublishResponse` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage and properties."],["The `PublishResponse` class is the return type for the `Publish` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation is for version 3.23.0, and the page includes links to documentation for a range of previous versions, starting from version 2.3.0."],["The primary property of the `PublishResponse` class is `MessageIds`, which is a `RepeatedField` containing server-assigned unique IDs for each published message."],["The page outlines that `PublishResponse` inherits from `Object` and lists the inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]