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."],[[["This webpage details the `PublishResponse` class within the `Google.Cloud.PubSub.V1` namespace, specifically for version 2.8.0, which is part of the Google Cloud Pub/Sub .NET library."],["The `PublishResponse` class, representing a response from the `Publish` method, implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `Object` and provides inherited members including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class offers two constructors: a default `PublishResponse()` and another `PublishResponse(PublishResponse other)` that allows creating a new instance based on an existing `PublishResponse`."],["The primary property of this class is `MessageIds`, which is a `RepeatedField` of strings, representing server-assigned unique IDs for published messages."]]],[]]