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."],[[["This page provides reference documentation for the `PublishResponse` class within the Google Cloud Pub/Sub v1 API for .NET."],["The `PublishResponse` class is the response type for the `Publish` method in the API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.23.0, but many older versions from 3.22.0 back to 2.3.0 are also accessible here for referencing."],["The `PublishResponse` class contains a `MessageIds` property, which is a `RepeatedField` of strings, representing the unique IDs assigned to each published message."],["The `PublishResponse` class can be constructed with either a blank constructor, or one that takes in another `PublishResponse` as a parameter."]]],[]]