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 latest version of the `Google.Cloud.PubSub.V1.PublishResponse` is 3.23.0, which is accessible through a provided link."],["This page documents versions ranging from 3.23.0 down to 2.3.0 of the `Google.Cloud.PubSub.V1.PublishResponse`, all linked to their specific documentation."],["`PublishResponse` is a class that provides the response for the `Publish` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PublishResponse` class has two constructors, a default constructor and one that accepts another `PublishResponse` object."],["The `MessageIds` property of the class returns a collection of server-assigned IDs for published messages, with these IDs guaranteed to be unique within the topic."]]],[]]