public sealed class ListChannelsResponse : IPageResponse<Channel>, IEnumerable<Channel>, IEnumerable, IMessage<ListChannelsResponse>, IEquatable<ListChannelsResponse>, IDeepCloneable<ListChannelsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Live Stream v1 API class ListChannelsResponse.
Response message for "LivestreamService.ListChannels".
Implements
IPageResponse<Channel>, IEnumerable<Channel>, IEnumerable, IMessage<ListChannelsResponse>, IEquatable<ListChannelsResponse>, IDeepCloneable<ListChannelsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
ListChannelsResponse()
public ListChannelsResponse()ListChannelsResponse(ListChannelsResponse)
public ListChannelsResponse(ListChannelsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListChannelsResponse |
Properties
Channels
public RepeatedField<Channel> Channels { get; }A list of channels.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Channel> |
|
NextPageToken
public string NextPageToken { get; set; }Token to retrieve the next page of results, or empty if there are no more results in the list.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<Channel> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Channel> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|