class QueryTimeRange_Period

The supported time ranges.

Protobuf enum Google\Devtools\Clouderrorreporting\V1beta1\QueryTimeRange\Period

Constants

PERIOD_UNSPECIFIED

Do not use.

Generated from protobuf enum PERIOD_UNSPECIFIED = 0;

PERIOD_1_HOUR

Retrieve data for the last hour.

Recommended minimum timed count duration: 1 min.

Generated from protobuf enum PERIOD_1_HOUR = 1;

PERIOD_6_HOURS

Retrieve data for the last 6 hours.

Recommended minimum timed count duration: 10 min.

Generated from protobuf enum PERIOD_6_HOURS = 2;

PERIOD_1_DAY

Retrieve data for the last day.

Recommended minimum timed count duration: 1 hour.

Generated from protobuf enum PERIOD_1_DAY = 3;

PERIOD_1_WEEK

Retrieve data for the last week.

Recommended minimum timed count duration: 6 hours.

Generated from protobuf enum PERIOD_1_WEEK = 4;

PERIOD_30_DAYS

Retrieve data for the last 30 days.

Recommended minimum timed count duration: 1 day.

Generated from protobuf enum PERIOD_30_DAYS = 5;