public sealed class PublishChannelConnectionEventsRequest : IMessage<PublishChannelConnectionEventsRequest>, IEquatable<PublishChannelConnectionEventsRequest>, IDeepCloneable<PublishChannelConnectionEventsRequest>, IBufferMessage, IMessage
The request message for the PublishChannelConnectionEvents method.
The channel_connection that the events are published from. For example:
projects/{partner_project_id}/locations/{location}/channelConnections/{channel_connection_id}.
[[["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 `PublishChannelConnectionEventsRequest` class is a request message used for the `PublishChannelConnectionEvents` method within the Google Cloud Eventarc Publishing V1 API."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["The `PublishChannelConnectionEventsRequest` class has two constructors: a default constructor and another that accepts another `PublishChannelConnectionEventsRequest` object for copying."],["It includes properties for specifying the source `ChannelConnection` as a string and an `Events` property of type `RepeatedField\u003cAny\u003e` to hold the CloudEvents to be published."],["The class is part of the `Google.Cloud.Eventarc.Publishing.V1` namespace and is located within the `Google.Cloud.Eventarc.Publishing.V1.dll` assembly."]]],[]]