Reference documentation and code samples for the Stackdriver Error Reporting V1beta1 Client class 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.
Generated from protobuf message google.devtools.clouderrorreporting.v1beta1.QueryTimeRange
Namespace
Google \ Cloud \ ErrorReporting \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ period |
int
Restricts the query to the specified time range. |
getPeriod
Restricts the query to the specified time range.
Returns | |
---|---|
Type | Description |
int |
setPeriod
Restricts the query to the specified time range.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |