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-04-09 UTC."],[[["The `GetChannelRequest` class is used as a request message for the `GetChannel` method within the `Google.Cloud.Eventarc.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and equality checks."],["The class contains properties such as `ChannelName` and `Name`, where `Name` represents the required name of the channel to be retrieved."],["There are two constructors available, a default one, and one that takes another `GetChannelRequest` object for creating a new instance."],["This is version 1.3.0, with version 2.6.0 being the latest, of the available versions for this request class."]]],[]]