Class: Google::Cloud::Monitoring::V3::Range
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::Range
- 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
-
#max ⇒ ::Float
Range maximum.
-
#min ⇒ ::Float
Range minimum.
Instance Attribute Details
#max ⇒ ::Float
Returns Range maximum.
353 354 355 356 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 353 class Range include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min ⇒ ::Float
Returns Range minimum.
353 354 355 356 |
# File 'proto_docs/google/monitoring/v3/service.rb', line 353 class Range include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |