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 documentation for the `GetChannelRequest` class within the Google Cloud Live Stream v1 API, specifically detailing its structure, purpose, and implementation."],["`GetChannelRequest` is a message class used to request channel information from the LivestreamService API, as seen from the different versions available, with the most current being 1.8.0."],["The class `GetChannelRequest` inherits from the object class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetChannelRequest` class has two properties: `ChannelName`, which is a `ChannelName`-typed view, and `Name`, a string that is the required name of the channel resource."],["The class has two constructors: `GetChannelRequest()` and `GetChannelRequest(GetChannelRequest other)`, with the second constructor accepting a copy of another `GetChannelRequest` object."]]],[]]