Module: Google::Cloud::ErrorReporting::V1beta1::QueryTimeRange::Period

Defined in:
proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb

Overview

The supported time ranges.

Constant Summary collapse

PERIOD_UNSPECIFIED =

Do not use.

0
PERIOD_1_HOUR =

Retrieve data for the last hour. Recommended minimum timed count duration: 1 min.

1
PERIOD_6_HOURS =

Retrieve data for the last 6 hours. Recommended minimum timed count duration: 10 min.

2
PERIOD_1_DAY =

Retrieve data for the last day. Recommended minimum timed count duration: 1 hour.

3
PERIOD_1_WEEK =

Retrieve data for the last week. Recommended minimum timed count duration: 6 hours.

4
PERIOD_30_DAYS =

Retrieve data for the last 30 days. Recommended minimum timed count duration: 1 day.

5