public sealed class GetChannelConnectionRequest : IMessage<GetChannelConnectionRequest>, IEquatable<GetChannelConnectionRequest>, IDeepCloneable<GetChannelConnectionRequest>, IBufferMessage, IMessage
The request message for the GetChannelConnection 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 webpage details the `GetChannelConnectionRequest` class, which is used as a request message for the `GetChannelConnection` method in the Google Cloud Eventarc V1 API."],["The `GetChannelConnectionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["The class has two constructors, one default and another to create a new `GetChannelConnectionRequest` instance from an existing one, making it easier to duplicate."],["The `GetChannelConnectionRequest` class has properties, `ChannelConnectionName` which is a typed view of the `Name` resource name property and `Name` which takes a string value and is a required property of the channel connection."],["The page also provides a link to access older versions, as well as the most current version, of the `GetChannelConnectionRequest` class."]]],[]]