QueryTimeRange

A time range for which error group data shall be displayed. Query time ranges end at 'now'. When longer time ranges are selected, the resolution of the data decreases. The description of each time range below indicates the suggested minimum timed count duration for that range.

Requests might be rejected or the resulting timed count durations might be adjusted for lower durations.

JSON representation
{
  "period": enum (Period)
}
Fields
period

enum (Period)

Restricts the query to the specified time range.

Period

The supported time ranges.

Enums
PERIOD_UNSPECIFIED Do not use.
PERIOD_1_HOUR Retrieve data for the last hour. Recommended minimum timed count duration: 1 min.
PERIOD_6_HOURS Retrieve data for the last 6 hours. Recommended minimum timed count duration: 10 min.
PERIOD_1_DAY Retrieve data for the last day. Recommended minimum timed count duration: 1 hour.
PERIOD_1_WEEK Retrieve data for the last week. Recommended minimum timed count duration: 6 hours.
PERIOD_30_DAYS Retrieve data for the last 30 days. Recommended minimum timed count duration: 1 day.