| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1 | |
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Projects.Dashboards.Create |
Monitoring.Projects.Dashboards.create(String parent,
Dashboard content)
Creates a new custom dashboard.
|
Monitoring.Projects.Dashboards.Patch |
Monitoring.Projects.Dashboards.patch(String name,
Dashboard content)
Replaces an existing custom dashboard with a new definition.This method requires the
monitoring.dashboards.update permission on the specified dashboard.
|
| Constructor and Description |
|---|
Create(String parent,
Dashboard content)
Creates a new custom dashboard.
|
Patch(String name,
Dashboard content)
Replaces an existing custom dashboard with a new definition.This method requires the
monitoring.dashboards.update permission on the specified dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
Dashboard.clone() |
Dashboard |
Dashboard.set(String fieldName,
Object value) |
Dashboard |
Dashboard.setColumnLayout(ColumnLayout columnLayout)
The content is divided into equally spaced columns and the widgets are arranged vertically.
|
Dashboard |
Dashboard.setDisplayName(String displayName)
Required.
|
Dashboard |
Dashboard.setEtag(String etag)
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a policy from overwriting each other.
|
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.
|
Dashboard |
Dashboard.setMosaicLayout(MosaicLayout mosaicLayout)
The content is arranged as a grid of tiles, with each content widget occupying one or more grid
blocks.
|
Dashboard |
Dashboard.setName(String name)
Immutable.
|
Dashboard |
Dashboard.setRowLayout(RowLayout rowLayout)
The content is divided into equally spaced rows and the widgets are arranged horizontally.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dashboard> |
ListDashboardsResponse.getDashboards()
The list of requested dashboards.
|
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse |
ListDashboardsResponse.setDashboards(List<Dashboard> dashboards)
The list of requested dashboards.
|
Copyright © 2011–2021 Google. All rights reserved.