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` library is 3.23.0, with multiple other versions available for reference, spanning from 3.22.0 to 2.3.0."],["The `PublishResponse` class is the response type for the `Publish` method within the `Google.Cloud.PubSub.V1` namespace."],["The `PublishResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from `Object`."],["`PublishResponse` has a `MessageIds` property, which is a `RepeatedField` of strings representing the server-assigned IDs of published messages and are guaranteed to be unique within the topic."],["The `PublishResponse` class has two constructors, a default constructor and a constructor that accepts another `PublishResponse` object as a parameter for copying."]]],[]]