Cloud Error Reporting V1beta1 API - Class Google::Cloud::ErrorReporting::V1beta1::TimedCount (v0.4.5)

Reference documentation and code samples for the Cloud Error Reporting V1beta1 API class Google::Cloud::ErrorReporting::V1beta1::TimedCount.

The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#count

def count() -> ::Integer
Returns
  • (::Integer) — Approximate number of occurrences in the given time period.

#count=

def count=(value) -> ::Integer
Parameter
  • value (::Integer) — Approximate number of occurrences in the given time period.
Returns
  • (::Integer) — Approximate number of occurrences in the given time period.

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns