| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Widget |
Widget.clone() |
Widget |
Tile.getWidget()
The informational widget contained in the tile.
|
Widget |
Widget.set(String fieldName,
Object value) |
Widget |
Widget.setBlank(Empty blank)
A blank space.
|
Widget |
Widget.setScorecard(Scorecard scorecard)
A scorecard summarizing time series data.
|
Widget |
Widget.setText(Text text)
A raw string or markdown displaying textual content.
|
Widget |
Widget.setTitle(String title)
Optional.
|
Widget |
Widget.setXyChart(XyChart xyChart)
A chart of time series data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Widget> |
Row.getWidgets()
The display widgets arranged horizontally in this row.
|
List<Widget> |
Column.getWidgets()
The display widgets arranged vertically in this column.
|
List<Widget> |
GridLayout.getWidgets()
The informational elements that are arranged into the columns row-first.
|
| Modifier and Type | Method and Description |
|---|---|
Tile |
Tile.setWidget(Widget widget)
The informational widget contained in the tile.
|
| Modifier and Type | Method and Description |
|---|---|
Row |
Row.setWidgets(List<Widget> widgets)
The display widgets arranged horizontally in this row.
|
Column |
Column.setWidgets(List<Widget> widgets)
The display widgets arranged vertically in this column.
|
GridLayout |
GridLayout.setWidgets(List<Widget> widgets)
The informational elements that are arranged into the columns row-first.
|
Copyright © 2011–2021 Google. All rights reserved.