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 webpage provides documentation for the `PublishResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.9.0 and other versions of the library."],["`PublishResponse` is a class that represents the response from the `Publish` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has two constructors: a default constructor and one that takes another `PublishResponse` object as a parameter for copying."],["`PublishResponse` includes a `MessageIds` property, which is a `RepeatedField` of strings that holds the server-assigned IDs of published messages, guaranteeing uniqueness within the topic."],["The page contains links to documentation for different versions of the library all the way up to version 3.23.0."]]],[]]