public sealed class PublishChannelConnectionEventsResponse : IMessage<PublishChannelConnectionEventsResponse>, IEquatable<PublishChannelConnectionEventsResponse>, IDeepCloneable<PublishChannelConnectionEventsResponse>, IBufferMessage, IMessage
The response message for the PublishChannelConnectionEvents method.
[[["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-21 UTC."],[[["The `PublishChannelConnectionEventsResponse` class is the response message for the `PublishChannelConnectionEvents` method within the Google Cloud Eventarc Publishing V1 library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["It inherits from the base `Object` class and offers constructors for default instantiation and creating copies from existing `PublishChannelConnectionEventsResponse` instances."],["This class is located in the `Google.Cloud.Eventarc.Publishing.V1` namespace and is part of the `Google.Cloud.Eventarc.Publishing.V1.dll` assembly."]]],[]]