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 for version 1.3.0."],["`GetChannelRequest` is a message class used to request details of a specific channel, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetChannelRequest` provides two constructors for instantiation: a default constructor and one that accepts another `GetChannelRequest` object as a parameter, the latter allowing the transfer of the `GetChannelRequest` parameter to the newly created object."],["The `GetChannelRequest` class includes properties for managing channel resources, notably `ChannelName` (a `ChannelName`-typed property) and `Name` (a string property), which is required and represents the full resource path of the channel."],["This API's documentation lists the history of past versions of the `GetChannelRequest`, as well as provides links to documentation about these past versions, with the newest version being 1.8.0."]]],[]]