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 details the `PublishResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically for version 2.6.0, which is a response type for the `Publish` method."],["The `PublishResponse` class implements several interfaces, including `IMessage`, `IEquatable\u003cPublishResponse\u003e`, `IDeepCloneable\u003cPublishResponse\u003e`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors, a default `PublishResponse()` constructor and another that takes another `PublishResponse` object as a parameter, as well as one property called `MessageIds`."],["The `MessageIds` property is of type `RepeatedField\u003cstring\u003e` and contains the server-assigned IDs of published messages, ensuring they are unique within the topic."],["This page also acts as an archive, providing links to versions ranging from the latest `3.23.0` down to `2.3.0` of the `PublishResponse` type."]]],[]]