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-04-09 UTC."],[[["The webpage provides reference documentation for the `PublishResponse` class within the Google Cloud Pub/Sub v1 API, specifically focusing on version 3.13.0 and its implementations."],["It outlines that `PublishResponse` is a response type for the `Publish` method, with links to 30 different previous version numbers, and that it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PublishResponse` class includes a constructor, `PublishResponse()`, and a copy constructor, `PublishResponse(PublishResponse other)`, for creating new instances."],["A key property of `PublishResponse` is `MessageIds`, a `RepeatedField\u003cstring\u003e` containing the server-assigned IDs of published messages, ensuring uniqueness within a topic."],["The documentation is organized by version number, allowing developers to access the details of each version of the API, from 2.3.0 up to the latest 3.23.0."]]],[]]