Class: Google::Cloud::Monitoring::V3::Range

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/service.rb

Overview

Range of numerical values within min and max.

Instance Attribute Summary collapse

Instance Attribute Details

#max::Float

Returns Range maximum.

Returns:

  • (::Float)

    Range maximum.



495
496
497
498
# File 'proto_docs/google/monitoring/v3/service.rb', line 495

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

#min::Float

Returns Range minimum.

Returns:

  • (::Float)

    Range minimum.



495
496
497
498
# File 'proto_docs/google/monitoring/v3/service.rb', line 495

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