public sealed class ListGroupStatsResponse : IMessage<ListGroupStatsResponse>, IEquatable<ListGroupStatsResponse>, IDeepCloneable<ListGroupStatsResponse>, IBufferMessage, IMessage, IPageResponse<ErrorGroupStats>, IEnumerable<ErrorGroupStats>, IEnumerable
Contains a set of requested error group stats.
Implements
IMessage<ListGroupStatsResponse>, IEquatable<ListGroupStatsResponse>, IDeepCloneable<ListGroupStatsResponse>, IBufferMessage, IMessage, IPageResponse<ErrorGroupStats>, IEnumerable<ErrorGroupStats>, IEnumerableNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
ListGroupStatsResponse()
public ListGroupStatsResponse()
ListGroupStatsResponse(ListGroupStatsResponse)
public ListGroupStatsResponse(ListGroupStatsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListGroupStatsResponse |
Properties
ErrorGroupStats
public RepeatedField<ErrorGroupStats> ErrorGroupStats { get; }
The error group stats which match the given request.
Property Value | |
---|---|
Type | Description |
RepeatedField<ErrorGroupStats> |
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. The start time is set based on the requested time range. It may be adjusted to a later time if a project has exceeded the storage quota and older data has been deleted.
Property Value | |
---|---|
Type | Description |
Timestamp |
Methods
GetEnumerator()
public IEnumerator<ErrorGroupStats> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<ErrorGroupStats> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |