public sealed class GetChannelRequest : IMessage<GetChannelRequest>, IEquatable<GetChannelRequest>, IDeepCloneable<GetChannelRequest>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class GetChannelRequest.
Request message for "LivestreamService.GetChannel".
Implements
IMessage<GetChannelRequest>, IEquatable<GetChannelRequest>, IDeepCloneable<GetChannelRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
GetChannelRequest()
public GetChannelRequest()GetChannelRequest(GetChannelRequest)
public GetChannelRequest(GetChannelRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetChannelRequest |
Properties
ChannelName
public ChannelName ChannelName { get; set; }ChannelName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ChannelName |
|
Name
public string Name { get; set; }Required. The name of the channel resource, in the form of:
projects/{project}/locations/{location}/channels/{channelId}.
| Property Value | |
|---|---|
| Type | Description |
String |
|