public sealed class ListEventsResponse : IPageResponse<Event>, IEnumerable<Event>, IEnumerable, IMessage<ListEventsResponse>, IEquatable<ListEventsResponse>, IDeepCloneable<ListEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class ListEventsResponse.
Response message for "LivestreamService.ListEvents".
Implements
IPageResponse<Event>, IEnumerable<Event>, IEnumerable, IMessage<ListEventsResponse>, IEquatable<ListEventsResponse>, IDeepCloneable<ListEventsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
ListEventsResponse()
public ListEventsResponse()
ListEventsResponse(ListEventsResponse)
public ListEventsResponse(ListEventsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListEventsResponse |
Properties
Events
public RepeatedField<Event> Events { get; }
A list of events.
Property Value | |
---|---|
Type | Description |
RepeatedField<Event> |
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<Event> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Event> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |