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.
[[["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 Google.Cloud.PubSub.V1 API is 3.23.0, with a comprehensive list of versions dating back to 2.3.0 provided for reference."],["The documentation covers the `PublishResponse` class, which is part of the Cloud Pub/Sub v1 API and is a response to the `Publish` method."],["The `PublishResponse` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its role in message handling."],["The class provides a `MessageIds` property, which is a `RepeatedField\u003cstring\u003e` containing server-assigned IDs for published messages, ensuring uniqueness within a topic."],["The class includes two constructors, one default and one to duplicate another instance of `PublishResponse`."]]],[]]