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.
Optional. The server-assigned ID of each published message, in the same
order as the messages in the request. IDs are guaranteed to be unique
within the topic.
[[["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 version 3.19.0."],["The `PublishResponse` class represents the response received after a message is published using the `Publish` method."],["The `PublishResponse` class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and `IMessage`."],["The documentation includes a list of available versions for `PublishResponse`, with version 3.23.0 being the latest, and details of the `MessageIds` property, which is a list of IDs for each published message."],["The provided content has links to view previous versions, dating back as far as version 2.3.0, as well as containing details about the constructors of the `PublishResponse` class."]]],[]]