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 latest version available for the `PublishResponse` class in the Google Cloud Pub/Sub v1 API is 3.23.0, with numerous previous versions accessible, ranging from 3.22.0 down to 2.3.0."],["`PublishResponse` is a class that represents the response received after using the `Publish` method, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `PublishResponse` inherits from the object class and has two constructors: a default constructor `PublishResponse()` and a constructor that takes another `PublishResponse` object as a parameter, `PublishResponse(PublishResponse other)`."],["`PublishResponse` includes a `MessageIds` property of type `RepeatedField\u003cstring\u003e`, which provides the server-assigned unique IDs for each published message in the order of the original request."],["This documentation is within the namespace `Google.Cloud.PubSub.V1` and is part of the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]