Class: Google::Cloud::Monitoring::Dashboard::V1::Scorecard::GaugeView

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

Overview

A gauge chart shows where the current value sits within a pre-defined range. The upper and lower bounds should define the possible range of values for the scorecard's query (inclusive).

Instance Attribute Summary collapse

Instance Attribute Details

#lower_bound::Float

Returns The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.

Returns:

  • (::Float)

    The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.



96
97
98
99
# File 'proto_docs/google/monitoring/dashboard/v1/scorecard.rb', line 96

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

#upper_bound::Float

Returns The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.

Returns:

  • (::Float)

    The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.



96
97
98
99
# File 'proto_docs/google/monitoring/dashboard/v1/scorecard.rb', line 96

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