class QueryTimeRange extends Message

Requests might be rejected or the resulting timed count durations might be adjusted for lower durations.

Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\QueryTimeRange

Methods

__construct()

No description

int
getPeriod()

Restricts the query to the specified time range.

setPeriod(int $var)

Restricts the query to the specified time range.

Details

at line 26
__construct()

at line 37
int getPeriod()

Restricts the query to the specified time range.

Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period period = 1;

Return Value

int

at line 48
setPeriod(int $var)

Restricts the query to the specified time range.

Generated from protobuf field .google.devtools.clouderrorreporting.v1beta1.QueryTimeRange.Period period = 1;

Parameters

int $var