public sealed class PublishResponse : IMessage<PublishResponse>, IEquatable<PublishResponse>, IDeepCloneable<PublishResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class PublishResponse.
[[["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 provides reference documentation for the `PublishResponse` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the documentation is for version 3.23.0, with a comprehensive list of previous versions available, all the way back to version 2.3.0, for the `PublishResponse` class."],["The `PublishResponse` class is used as a response type for the `Publish` method, and it includes a `MessageIds` property, which contains a list of server-assigned IDs for published messages."],["The `PublishResponse` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating a `PublishResponse` object, with one accepting another `PublishResponse` object as a parameter."]]],[]]