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."],[[["The webpage details the `PublishResponse` class within the `Google.Cloud.PubSub.V1` namespace, covering versions from 2.3.0 to the latest 3.23.0."],["`PublishResponse` is a class that implements multiple interfaces, including `IMessage`, `IEquatable\u003cPublishResponse\u003e`, `IDeepCloneable\u003cPublishResponse\u003e`, and `IBufferMessage`."],["The `PublishResponse` class includes two constructors: a default constructor, and one that accepts another `PublishResponse` object as a parameter."],["The `MessageIds` property, of type `RepeatedField\u003cstring\u003e`, holds the server-assigned IDs for each message published, guaranteeing uniqueness within the topic."],["The `PublishResponse` class has inherited methods from the base Object class including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]