Class: Google::Devtools::Clouderrorreporting::V1beta1::TimedCount

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#countInteger

Returns Approximate number of occurrences in the given time period.

Returns:

  • (Integer)

    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_timeGoogle::Protobuf::Timestamp

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

Returns:



175
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 175

class TimedCount; end

#start_timeGoogle::Protobuf::Timestamp

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

Returns:



175
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 175

class TimedCount; end