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 of the `PublishResponse` class for the Google Cloud Pub/Sub v1 API is version 3.23.0."],["This class is a response type for the `Publish` method in the API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PublishResponse` class has a `MessageIds` property which is a `RepeatedField` of strings containing the server-assigned IDs of published messages."],["The namespace that the `PublishResponse` class belongs to is `Google.Cloud.PubSub.V1`."],["There are numerous historical versions available for this class going as far back as version 2.3.0."]]],[]]