public sealed class GetChannelConnectionRequest : IMessage<GetChannelConnectionRequest>, IEquatable<GetChannelConnectionRequest>, IDeepCloneable<GetChannelConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class GetChannelConnectionRequest.
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 document provides reference information for the `GetChannelConnectionRequest` class within the Google Cloud Eventarc v1 API, specifically version 2.4.0."],["The `GetChannelConnectionRequest` class is used as a request message for the `GetChannelConnection` method, designed to retrieve a specific channel connection."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `GetChannelConnectionRequest` class include `ChannelConnectionName` and `Name`, with the latter being a required field specifying the name of the channel connection to be retrieved."],["This API has multiple documented versions, with 2.6.0 being the latest and multiple previous versions such as 2.5.0, 2.4.0, all the way back to 1.0.0."]]],[]]