public sealed class ListGroupStatsRequest : IMessage<ListGroupStatsRequest>, IEquatable<ListGroupStatsRequest>, IDeepCloneable<ListGroupStatsRequest>, IBufferMessage, IMessage, IPageRequest
Specifies a set of ErrorGroupStats
to return.
Implements
IMessage<ListGroupStatsRequest>, IEquatable<ListGroupStatsRequest>, IDeepCloneable<ListGroupStatsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
ListGroupStatsRequest()
public ListGroupStatsRequest()
ListGroupStatsRequest(ListGroupStatsRequest)
public ListGroupStatsRequest(ListGroupStatsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListGroupStatsRequest |
Properties
Alignment
public TimedCountAlignment Alignment { get; set; }
Optional. The alignment of the timed counts to be returned.
Default is ALIGNMENT_EQUAL_AT_END
.
Property Value | |
---|---|
Type | Description |
TimedCountAlignment |
AlignmentTime
public Timestamp AlignmentTime { get; set; }
Optional. Time where the timed counts shall be aligned if rounded alignment is chosen. Default is 00:00 UTC.
Property Value | |
---|---|
Type | Description |
Timestamp |
GroupId
public RepeatedField<string> GroupId { get; }
Optional. List all <code>ErrorGroupStats</code> with these IDs.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Order
public ErrorGroupOrder Order { get; set; }
Optional. The sort order in which the results are returned.
Default is COUNT_DESC
.
Property Value | |
---|---|
Type | Description |
ErrorGroupOrder |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of results to return per response. Default is 20.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. A next_page_token
provided by a previous response. To view
additional results, pass this token along with the identical query
parameters as the first request.
Property Value | |
---|---|
Type | Description |
String |
ProjectName
public string ProjectName { get; set; }
Required. The resource name of the Google Cloud Platform project. Written
as projects/{projectID}
or projects/{projectNumber}
, where {projectID}
and {projectNumber}
can be found in the
Google Cloud Console.
Examples: projects/my-project-123
, projects/5551234
.
Property Value | |
---|---|
Type | Description |
String |
ProjectNameAsProjectName
public ProjectName ProjectNameAsProjectName { get; set; }
ProjectName-typed view over the ProjectName resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ServiceFilter
public ServiceContextFilter ServiceFilter { get; set; }
Optional. List only <code>ErrorGroupStats</code> which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified.
Property Value | |
---|---|
Type | Description |
ServiceContextFilter |
TimedCountDuration
public Duration TimedCountDuration { get; set; }
Optional. The preferred duration for a single returned TimedCount
.
If not set, no timed counts are returned.
Property Value | |
---|---|
Type | Description |
Duration |
TimeRange
public QueryTimeRange TimeRange { get; set; }
Optional. List data for the given time range. If not set, a default time range is used. The field <code>time_range_begin</code> in the response will specify the beginning of this time range. Only <code>ErrorGroupStats</code> with a non-zero count in the given time range are returned, unless the request contains an explicit <code>group_id</code> list. If a <code>group_id</code> list is given, also <code>ErrorGroupStats</code> with zero occurrences are returned.
Property Value | |
---|---|
Type | Description |
QueryTimeRange |