Class: Google::Devtools::Clouderrorreporting::V1beta1::TimedCount
- Inherits:
-
Object
- Object
- Google::Devtools::Clouderrorreporting::V1beta1::TimedCount
- Defined in:
- lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb
Overview
The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.
Instance Attribute Summary collapse
-
#count ⇒ Integer
Approximate number of occurrences in the given time period.
-
#end_time ⇒ Google::Protobuf::Timestamp
End of the time period to which +count+ refers (excluded).
-
#start_time ⇒ Google::Protobuf::Timestamp
Start of the time period to which +count+ refers (included).
Instance Attribute Details
#count ⇒ Integer
Returns Approximate number of occurrences in the given time period.
175 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 175 class TimedCount; end |
#end_time ⇒ Google::Protobuf::Timestamp
Returns End of the time period to which +count+ refers (excluded).
175 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 175 class TimedCount; end |
#start_time ⇒ Google::Protobuf::Timestamp
Returns Start of the time period to which +count+ refers (included).
175 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 175 class TimedCount; end |