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 available for `Google.Cloud.PubSub.V1.PublishResponse` is 3.23.0, with a range of versions from 3.0.0 up to the most recent release."],["`PublishResponse` is a class that represents the response for the `Publish` method and inherits from `Object`, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PublishResponse` class includes a property named `MessageIds`, which is a `RepeatedField` of strings that contains the unique server-assigned IDs of published messages."],["The `PublishResponse` class contains 2 constructors: the default `PublishResponse()` constructor and another `PublishResponse(PublishResponse other)` constructor, which takes another `PublishResponse` object as a parameter."]]],[]]