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 document provides reference information for the `GetChannelRequest` class within the Google Cloud Live Stream v1 API, specifically for version 1.1.0 and includes versions up to the latest 1.8.0."],["The `GetChannelRequest` class is a request message used for the \"LivestreamService.GetChannel\" function, and it inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `GetChannelRequest()` and `GetChannelRequest(GetChannelRequest other)`, and it also contains two properties, `ChannelName` of type `ChannelName`, and `Name` of type `string`, which represents the channel resource name."],["The document also includes a list of all the versions available in the google cloud API for `GetChannelRequest` class, starting from 1.0.0 to the latest version 1.8.0."]]],[]]