public sealed class ListEventsResponse : IMessage<ListEventsResponse>, IEquatable<ListEventsResponse>, IDeepCloneable<ListEventsResponse>, IBufferMessage, IMessage, IPageResponse<ErrorEvent>, IEnumerable<ErrorEvent>, IEnumerableReference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ListEventsResponse.
Contains a set of requested error events.
Implements
IMessageListEventsResponse, IEquatableListEventsResponse, IDeepCloneableListEventsResponse, IBufferMessage, IMessage, IPageResponseErrorEvent, IEnumerableErrorEvent, IEnumerableNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
ListEventsResponse()
public ListEventsResponse()ListEventsResponse(ListEventsResponse)
public ListEventsResponse(ListEventsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEventsResponse |
Properties
ErrorEvents
public RepeatedField<ErrorEvent> ErrorEvents { get; }The error events which match the given request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldErrorEvent |
|
NextPageToken
public string NextPageToken { get; set; }If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TimeRangeBegin
public Timestamp TimeRangeBegin { get; set; }The timestamp specifies the start time to which the request was restricted.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Methods
GetEnumerator()
public IEnumerator<ErrorEvent> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorErrorEvent |
|