public sealed class GetChannelRequest : IMessage<GetChannelRequest>, IEquatable<GetChannelRequest>, IDeepCloneable<GetChannelRequest>, IBufferMessage, IMessage
[[["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 `GetChannelRequest` class, which is version 2.0.0, and is used as a request message for the `GetChannel` method within the `Google.Cloud.Eventarc.V1` namespace."],["The `GetChannelRequest` class implements several interfaces, including `IMessage\u003cGetChannelRequest\u003e`, `IEquatable\u003cGetChannelRequest\u003e`, `IDeepCloneable\u003cGetChannelRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class provides two constructors, one default and one that takes another `GetChannelRequest` object as a parameter for copying, and also inherits members from the base `Object` class."],["It contains two key properties: `ChannelName`, which provides a typed view over the `Name`, and `Name`, a string property that represents the required name of the channel to get."],["The page lists various versions of the associated documentation, ranging from 1.0.0 up to the latest 2.6.0, which provides the user the ability to navigate the version history of the `GetChannelRequest` class."]]],[]]