Class: Google::Cloud::ErrorReporting::V1beta1::TimedCount
- Inherits:
-
Object
- Object
- Google::Cloud::ErrorReporting::V1beta1::TimedCount
- 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
-
#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.
202 203 204 205 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 202 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).
202 203 204 205 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 202 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).
202 203 204 205 |
# File 'proto_docs/google/devtools/clouderrorreporting/v1beta1/error_stats_service.rb', line 202 class TimedCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |