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 provided content details the `PublishResponse` class within the Google Cloud Pub/Sub v1 API, including its inheritance, implementation of various interfaces, and available constructors."],["Version 3.23.0 is the latest available version for the `PublishResponse` class, which belongs to the `Google.Cloud.PubSub.V1` namespace."],["The `PublishResponse` class, derived from `object`, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `MessageIds` property, which is a `RepeatedField` of strings that represents the unique server-assigned IDs for published messages, ordered as in the request."],["The documentation provides a historical list of versions for `PublishResponse`, ranging from version 3.23.0 down to version 2.3.0, with direct links to the relevant documentation for each version."]]],[]]