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 `PublishResponse` class provides a response for the `Publish` method within the `Google.Cloud.PubSub.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is `3.23.0`, while the page content focuses on version `2.10.0`."],["`PublishResponse` includes a `MessageIds` property, which is a `RepeatedField` of strings containing server-assigned IDs for published messages."],["There are two constructors available for `PublishResponse`, one empty and one taking another `PublishResponse` as a parameter."]]],[]]