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."],[[["This webpage provides reference documentation for the `PublishResponse` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `PublishResponse` class is a response object from the `Publish` method, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 3.23.0, while this page specifically documents version 3.18.0, and numerous previous versions are also accessible via links."],["The `PublishResponse` class contains a `MessageIds` property, which is a `RepeatedField\u003cstring\u003e` that contains server-assigned unique IDs for each published message."],["The page includes information about the constructors available for the class, including a default constructor and one that takes another `PublishResponse` object as a parameter, and it details that the `PublishResponse` class inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the `object` class."]]],[]]