list
public Monitoring.Folders.TimeSeries.List list(String name)
throws IOException
Lists time series that match a filter.
Create a request for the method "timeSeries.list".
This request holds the parameters needed by the monitoring server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. The project (https://cloud.google.com/monitoring/api/v3#project_name), organization or
folder on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]
organizations/[ORGANIZATION_ID] folders/[FOLDER_ID]
- Returns:
- the request
- Throws:
IOException