| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GaugeView |
GaugeView.clone() |
GaugeView |
Scorecard.getGaugeView()
Will cause the scorecard to show a gauge chart.
|
GaugeView |
GaugeView.set(String fieldName,
Object value) |
GaugeView |
GaugeView.setLowerBound(Double lowerBound)
The lower bound for this gauge chart.
|
GaugeView |
GaugeView.setUpperBound(Double upperBound)
The upper bound for this gauge chart.
|
| Modifier and Type | Method and Description |
|---|---|
Scorecard |
Scorecard.setGaugeView(GaugeView gaugeView)
Will cause the scorecard to show a gauge chart.
|
Copyright © 2011–2021 Google. All rights reserved.