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."],[[["The content provides reference documentation for the `PublishResponse` class within the Google Cloud Pub/Sub v1 API, specifically version 3.11.0."],["A comprehensive list of versions is available, spanning from 3.23.0 (latest) down to 2.3.0, each linked to their respective documentation for the `PublishResponse` class."],["The `PublishResponse` class is the response type for the `Publish` method and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes one key property, `MessageIds`, which is a `RepeatedField\u003cstring\u003e` that contains server-assigned IDs for published messages, guaranteed to be unique within a topic."],["The documentation features constructors for the `PublishResponse` class, including a parameterless constructor and one that takes another `PublishResponse` as a parameter."]]],[]]