public sealed class ListEventsResponse : IMessage<ListEventsResponse>, IEquatable<ListEventsResponse>, IDeepCloneable<ListEventsResponse>, IBufferMessage, IMessage, IPageResponse<Event>, IEnumerable<Event>, IEnumerable
Reference documentation and code samples for the Service Health v1 API class ListEventsResponse.
Message for response to listing events.
Implements
IMessageListEventsResponse, IEquatableListEventsResponse, IDeepCloneableListEventsResponse, IBufferMessage, IMessage, IPageResponseEvent, IEnumerableEvent, IEnumerableNamespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
ListEventsResponse()
public ListEventsResponse()
ListEventsResponse(ListEventsResponse)
public ListEventsResponse(ListEventsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListEventsResponse |
Properties
Events
public RepeatedField<Event> Events { get; }
Output only. List of events.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEvent |
NextPageToken
public string NextPageToken { get; set; }
Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token to retrieve the next page.
If this field is not present, there are no subsequent results.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Output only. Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Event> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEvent |