TimedCount
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
No description
Approximate number of occurrences in the given time period.
Approximate number of occurrences in the given time period.
Start of the time period to which count
refers (included).
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;
at line 61
setCount(int|string $var)
Approximate number of occurrences in the given time period.
Generated from protobuf field int64 count = 1;
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;
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;
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;
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;