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 interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetChannelRequest` class has two constructors: a default constructor and one that takes another `GetChannelRequest` object as a parameter for copying."],["Key properties of `GetChannelRequest` include `ChannelName`, which provides a typed view of the channel name, and `Name`, which represents the resource name of the channel."],["The available documentation for this class spans across multiple versions of the API, from 1.0.0 to the latest version 1.8.0, and also contains inherited members from the Object class."]]],[]]