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 provides documentation for the `GetChannelConnectionRequest` class within the `Google.Cloud.Eventarc.V1` namespace, specifically for version 2.0.0 of the library."],["`GetChannelConnectionRequest` is a request message used to retrieve channel connection details, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances, and it has properties like `ChannelConnectionName` and `Name` for specifying the target channel connection."],["The documentation details the inheritance hierarchy and shows that the class inherits members from the base `Object` class, like `GetHashCode`, `GetType`, and `ToString`."],["The page has a list of the availble versions, with 2.6.0 being the latest, and versions go as low as 1.0.0."]]],[]]