Class: Google::Monitoring::V3::TimeInterval

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/common.rb

Overview

A time interval extending just after a start time through an end time. If the start time is the same as the end time, then the interval represents a single point in time.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeGoogle::Protobuf::Timestamp

Returns Required. The end of the time interval.

Returns:



49
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/common.rb', line 49

class TimeInterval; end

#start_timeGoogle::Protobuf::Timestamp

Returns Optional. The beginning of the time interval. The default value for the start time is the end time. The start time must not be later than the end time.

Returns:

  • (Google::Protobuf::Timestamp)

    Optional. The beginning of the time interval. The default value for the start time is the end time. The start time must not be later than the end time.



49
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/common.rb', line 49

class TimeInterval; end