public sealed class CreateChannelConnectionRequest : IMessage<CreateChannelConnectionRequest>, IEquatable<CreateChannelConnectionRequest>, IDeepCloneable<CreateChannelConnectionRequest>, IBufferMessage, IMessage
The request message for the CreateChannelConnection 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."],[[["This document provides details for the `CreateChannelConnectionRequest` class within the Google.Cloud.Eventarc.V1 namespace, specifically for version 1.3.0."],["The `CreateChannelConnectionRequest` class is used as a request message for creating a channel connection and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateChannelConnectionRequest` class include `ChannelConnection`, `ChannelConnectionId`, `Parent`, and `ParentAsLocationName`, each serving a specific purpose in defining the channel connection to be created."],["The document also lists other versions of this class, with `2.6.0` being the latest, and it references inherited members from the `Object` class."],["The class has two constructors: a default one `CreateChannelConnectionRequest()` and another that takes a `CreateChannelConnectionRequest` object as a parameter."]]],[]]