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 for .NET developers."],["The `GetChannelRequest` class is used as a message type for the `LivestreamService.GetChannel` operation, which can be found in the `Google.Cloud.Video.LiveStream.V1` namespace."],["The most recent version of the API is 1.8.0, with the current page reflecting version 1.7.0, and includes older versions as low as 1.0.0."],["The `GetChannelRequest` class allows for the retrieval of a specific channel resource using its name, as indicated by the required `Name` property."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `object` class, offering functionalities like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]