Class: Google::Cloud::ErrorReporting::V1beta1::TimedCount

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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

#count::Integer

Returns Approximate number of occurrences in the given time period.

Returns:

  • (::Integer)

    Approximate number of occurrences in the given time period.



175
176
177
178
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 175

class TimedCount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_time::Google::Protobuf::Timestamp

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

Returns:



175
176
177
178
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 175

class TimedCount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

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

Returns:



175
176
177
178
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 175

class TimedCount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end