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 page provides reference documentation for the `GetChannelRequest` class within the Eventarc v1 API, specifically for version 2.3.0."],["`GetChannelRequest` is used as the request message for the `GetChannel` method, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances, both default and by cloning another `GetChannelRequest` object."],["Key properties of the class include `ChannelName`, a typed view of the resource name, and `Name`, which is a string representing the required channel name."],["The documentation shows a historical view of prior versions going back to version 1.0.0 with the most current version at 2.6.0."]]],[]]