class TimedCount extends Message

The number of errors in a given time period.

All numbers are approximate since the error events are sampled before counting them.

Protobuf type Google\Devtools\Clouderrorreporting\V1beta1\TimedCount

Methods

__construct()

No description

int|string
getCount()

Approximate number of occurrences in the given time period.

setCount(int|string $var)

Approximate number of occurrences in the given time period.

getStartTime()

Start of the time period to which count refers (included).

setStartTime(Timestamp $var)

Start of the time period to which count refers (included).

getEndTime()

End of the time period to which count refers (excluded).

setEndTime(Timestamp $var)

End of the time period to which count refers (excluded).

Details

at line 39
__construct()

at line 50
int|string getCount()

Approximate number of occurrences in the given time period.

Generated from protobuf field int64 count = 1;

Return Value

int|string

at line 61
setCount(int|string $var)

Approximate number of occurrences in the given time period.

Generated from protobuf field int64 count = 1;

Parameters

int|string $var

at line 73
Timestamp getStartTime()

Start of the time period to which count refers (included).

Generated from protobuf field .google.protobuf.Timestamp start_time = 2;

Return Value

Timestamp

at line 84
setStartTime(Timestamp $var)

Start of the time period to which count refers (included).

Generated from protobuf field .google.protobuf.Timestamp start_time = 2;

Parameters

Timestamp $var

at line 96
Timestamp getEndTime()

End of the time period to which count refers (excluded).

Generated from protobuf field .google.protobuf.Timestamp end_time = 3;

Return Value

Timestamp

at line 107
setEndTime(Timestamp $var)

End of the time period to which count refers (excluded).

Generated from protobuf field .google.protobuf.Timestamp end_time = 3;

Parameters

Timestamp $var