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-04-09 UTC."],[[["The latest version available for `Google.Cloud.PubSub.V1.PublishResponse` is 3.23.0, with a comprehensive history of versions back to 2.3.0."],["`PublishResponse` is a class that represents the response to the `Publish` method, inheriting from `Object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a `MessageIds` property, which is a `RepeatedField` of strings, containing server-assigned IDs for each published message, ensuring uniqueness within a topic."],["The `PublishResponse` class offers two constructors: a default constructor (`PublishResponse()`) and a copy constructor (`PublishResponse(PublishResponse other)`), enabling object instantiation and cloning."],["This document provides information regarding the namespace `Google.Cloud.PubSub.V1`, the assembly `Google.Cloud.PubSub.V1.dll`, and lists inherited members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]