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 of the `PublishResponse` API is 3.23.0, as shown by the provided version list."],["This documentation provides reference material and code samples for the Cloud Pub/Sub v1 API class `PublishResponse`."],["`PublishResponse` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PublishResponse` class includes a `MessageIds` property, which is a `RepeatedField\u003cstring\u003e` that contains the unique server-assigned IDs of the published messages."],["The `PublishResponse` class has two constructors: a default one, `PublishResponse()`, and another `PublishResponse(PublishResponse other)` that takes in another instance of `PublishResponse` as a parameter."]]],[]]