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 page provides reference documentation for the `PublishResponse` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The latest version documented is 3.23.0, but there are numerous older versions available, ranging down to version 2.3.0."],["`PublishResponse` is used as a response for the `Publish` method, providing server-assigned IDs for published messages."],["The class `PublishResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main property within `PublishResponse` is `MessageIds`, which is a `RepeatedField\u003cstring\u003e` that contains the unique IDs of the published messages."]]],[]]