| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GridLayout |
GridLayout.clone() |
GridLayout |
Dashboard.getGridLayout()
Content is arranged with a basic layout that re-flows a simple list of informational elements
like widgets or tiles.
|
GridLayout |
GridLayout.set(String fieldName,
Object value) |
GridLayout |
GridLayout.setColumns(Long columns)
The number of columns into which the view's width is divided.
|
GridLayout |
GridLayout.setWidgets(List<Widget> widgets)
The informational elements that are arranged into the columns row-first.
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
Dashboard.setGridLayout(GridLayout gridLayout)
Content is arranged with a basic layout that re-flows a simple list of informational elements
like widgets or tiles.
|
Copyright © 2011–2021 Google. All rights reserved.