Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class Period.
The supported time ranges.
Protobuf type google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period
Namespace
Google \ Cloud \ ErrorReporting \ V1beta1 \ QueryTimeRangeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PERIOD_UNSPECIFIED
Value: 0
Do not use.
Generated from protobuf enum PERIOD_UNSPECIFIED = 0;
PERIOD_1_HOUR
Value: 1
Retrieve data for the last hour.
Recommended minimum timed count duration: 1 min.
Generated from protobuf enum PERIOD_1_HOUR = 1;
PERIOD_6_HOURS
Value: 2
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
Value: 3
Retrieve data for the last day.
Recommended minimum timed count duration: 1 hour.
Generated from protobuf enum PERIOD_1_DAY = 3;
PERIOD_1_WEEK
Value: 4
Retrieve data for the last week.
Recommended minimum timed count duration: 6 hours.
Generated from protobuf enum PERIOD_1_WEEK = 4;
PERIOD_30_DAYS
Value: 5
Retrieve data for the last 30 days.
Recommended minimum timed count duration: 1 day.
Generated from protobuf enum PERIOD_30_DAYS = 5;