Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::Scorecard::GaugeView.
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).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#lower_bound
def lower_bound() -> ::Float
Returns
- (::Float) — The lower bound for this gauge chart. The value of the chart should always be greater than or equal to this.
#lower_bound=
def lower_bound=(value) -> ::Float
Parameter
- value (::Float) — 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.
#upper_bound
def upper_bound() -> ::Float
Returns
- (::Float) — The upper bound for this gauge chart. The value of the chart should always be less than or equal to this.
#upper_bound=
def upper_bound=(value) -> ::Float
Parameter
- value (::Float) — 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.