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 Live Stream v1 API, specifically version 1.6.0, with links to other versions of the API."],["`GetChannelRequest` is a request message used for retrieving channel information via \"LivestreamService.GetChannel,\" implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetChannelRequest` class includes properties like `ChannelName` and `Name`, with `Name` being a required string indicating the channel resource path."],["The documentation provides details on the constructors for `GetChannelRequest`, including a default constructor and a constructor that takes another `GetChannelRequest` object as a parameter."],["This class inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`, while providing further implementation."]]],[]]