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 `PublishResponse` class is 3.23.0, but this page is displaying information for version 3.7.0 of the Google Cloud Pub/Sub v1 API."],["`PublishResponse` is a class in the `Google.Cloud.PubSub.V1` namespace, representing the response for the `Publish` method."],["The `PublishResponse` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods and properties for handling message publishing responses."],["The `PublishResponse` class has two constructors, one is a parameterless constructor and the other accepts a parameter of `PublishResponse` type."],["The `MessageIds` property, of type `RepeatedField\u003cstring\u003e`, contains the unique server-assigned IDs for each published message."]]],[]]