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 content provides documentation for the `PublishResponse` class within the `Google.Cloud.PubSub.V1` namespace, detailing its functionality and implementation across multiple versions."],["Version 3.23.0 is the latest version of the `PublishResponse` documentation available, with a comprehensive list of prior versions, starting at 2.3.0, provided for reference."],["The `PublishResponse` class, part of the Google.Cloud.PubSub.V1 library, is used for responses to the `Publish` method."],["`PublishResponse` implements several interfaces, including `IMessage\u003cPublishResponse\u003e`, `IEquatable\u003cPublishResponse\u003e`, `IDeepCloneable\u003cPublishResponse\u003e`, `IBufferMessage`, and `IMessage`, detailing how it interacts with the Google.Protobuf library."],["The class documentation includes details on the available constructors, such as a parameterless one and one that accepts another `PublishResponse` object, as well as the `MessageIds` property that contains the server-assigned IDs of published messages."]]],[]]