Google Cloud Error Reporting v1beta1 API - Class ListGroupStatsRequest (3.0.0-beta04)

public sealed class ListGroupStatsRequest : IMessage<ListGroupStatsRequest>, IEquatable<ListGroupStatsRequest>, IDeepCloneable<ListGroupStatsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class ListGroupStatsRequest.

Specifies a set of ErrorGroupStats to return.

Inheritance

object > ListGroupStatsRequest

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

ListGroupStatsRequest()

public ListGroupStatsRequest()

ListGroupStatsRequest(ListGroupStatsRequest)

public ListGroupStatsRequest(ListGroupStatsRequest other)
Parameter
NameDescription
otherListGroupStatsRequest

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
TypeDescription
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
TypeDescription
Timestamp

GroupId

public RepeatedField<string> GroupId { get; }

Optional. List all <code>ErrorGroupStats</code> with these IDs.

Property Value
TypeDescription
RepeatedFieldstring

Order

public ErrorGroupOrder Order { get; set; }

Optional. The sort order in which the results are returned. Default is COUNT_DESC.

Property Value
TypeDescription
ErrorGroupOrder

PageSize

public int PageSize { get; set; }

Optional. The maximum number of results to return per response. Default is 20.

Property Value
TypeDescription
int

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
TypeDescription
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
TypeDescription
string

ProjectNameAsProjectName

public ProjectName ProjectNameAsProjectName { get; set; }

ProjectName-typed view over the ProjectName resource name property.

Property Value
TypeDescription
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
TypeDescription
ServiceContextFilter

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
TypeDescription
QueryTimeRange

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
TypeDescription
Duration