public sealed class GetChannelRequest : IMessage<GetChannelRequest>, IEquatable<GetChannelRequest>, IDeepCloneable<GetChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class GetChannelRequest.
[[["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 `GetChannelRequest` class within the Google Cloud Eventarc v1 API."],["The latest version of the `GetChannelRequest` class is 2.6.0, with documentation available for versions ranging from 1.0.0 to 2.6.0."],["The `GetChannelRequest` class is the request message type used for the `GetChannel` method, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, one default constructor and one which takes another `GetChannelRequest` as an argument."],["The `GetChannelRequest` class has two properties, `ChannelName`, which provides a typed view over the name resource, and `Name`, a string representing the name of the channel to get."]]],[]]