public class Monitoring.Projects extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Monitoring.Projects.Dashboards
The "dashboards" collection of methods.
|
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Projects.Dashboards |
dashboards()
An accessor for creating requests from the Dashboards collection.
|
public Monitoring.Projects.Dashboards dashboards()
The typical use is:
Monitoring monitoring = new Monitoring(...);Monitoring.Dashboards.List request = monitoring.dashboards().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.