public sealed class GetChannelRequest : IMessage<GetChannelRequest>, IEquatable<GetChannelRequest>, IDeepCloneable<GetChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class GetChannelRequest.
Request message for "LivestreamService.GetChannel".
[[["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 reference documentation for the `GetChannelRequest` class within the Google Cloud Video Live Stream v1 API."],["`GetChannelRequest` is a request message used by the `LivestreamService.GetChannel` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetChannelRequest` has two constructors, one default and one that accepts another `GetChannelRequest` instance as a parameter, and two properties, `ChannelName` and `Name`."],["The `Name` property of `GetChannelRequest` is required and represents the channel resource name, in the format `projects/{project}/locations/{location}/channels/{channelId}`."],["Multiple versions of the `GetChannelRequest` documentation are available, ranging from version 1.0.0 to the latest version, 1.8.0."]]],[]]