| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MosaicLayout |
MosaicLayout.clone() |
MosaicLayout |
Dashboard.getMosaicLayout()
The content is arranged as a grid of tiles, with each content widget occupying one or more grid
blocks.
|
MosaicLayout |
MosaicLayout.set(String fieldName,
Object value) |
MosaicLayout |
MosaicLayout.setColumns(Integer columns)
The number of columns in the mosaic grid.
|
MosaicLayout |
MosaicLayout.setTiles(List<Tile> tiles)
The tiles to display.
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
Dashboard.setMosaicLayout(MosaicLayout mosaicLayout)
The content is arranged as a grid of tiles, with each content widget occupying one or more grid
blocks.
|
Copyright © 2011–2021 Google. All rights reserved.