public sealed class ListDvrSessionsResponse : IPageResponse<DvrSession>, IEnumerable<DvrSession>, IEnumerable, IMessage<ListDvrSessionsResponse>, IEquatable<ListDvrSessionsResponse>, IDeepCloneable<ListDvrSessionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class ListDvrSessionsResponse.
Response message for "LivestreamService.ListDvrSessions".
Implements
IPageResponseDvrSession, IEnumerableDvrSession, IEnumerable, IMessageListDvrSessionsResponse, IEquatableListDvrSessionsResponse, IDeepCloneableListDvrSessionsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
ListDvrSessionsResponse()
public ListDvrSessionsResponse()
ListDvrSessionsResponse(ListDvrSessionsResponse)
public ListDvrSessionsResponse(ListDvrSessionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDvrSessionsResponse |
Properties
DvrSessions
public RepeatedField<DvrSession> DvrSessions { get; }
The list of DVR sessions
Property Value | |
---|---|
Type | Description |
RepeatedFieldDvrSession |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<DvrSession> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDvrSession |