public enum QueryTimeRange.Period extends Enum<QueryTimeRange.Period> implements ProtocolMessageEnumThe supported time ranges.
Protobuf enum google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
PERIOD_1_DAY |
Retrieve data for the last day. Recommended minimum timed count duration: 1 hour. |
PERIOD_1_DAY_VALUE |
Retrieve data for the last day. Recommended minimum timed count duration: 1 hour. |
PERIOD_1_HOUR |
Retrieve data for the last hour. Recommended minimum timed count duration: 1 min. |
PERIOD_1_HOUR_VALUE |
Retrieve data for the last hour. Recommended minimum timed count duration: 1 min. |
PERIOD_1_WEEK |
Retrieve data for the last week. Recommended minimum timed count duration: 6 hours. |
PERIOD_1_WEEK_VALUE |
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. |
PERIOD_30_DAYS_VALUE |
Retrieve data for the last 30 days. Recommended minimum timed count duration: 1 day. |
PERIOD_6_HOURS |
Retrieve data for the last 6 hours. Recommended minimum timed count duration: 10 min. |
PERIOD_6_HOURS_VALUE |
Retrieve data for the last 6 hours. Recommended minimum timed count duration: 10 min. |
PERIOD_UNSPECIFIED |
Do not use. |
PERIOD_UNSPECIFIED_VALUE |
Do not use. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|