public class Monitoring.Projects.TimeSeries
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Monitoring.Projects.TimeSeries.Create |
class |
Monitoring.Projects.TimeSeries.List |
| Constructor and Description |
|---|
TimeSeries() |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Projects.TimeSeries.Create |
create(java.lang.String name,
CreateTimeSeriesRequest content)
Creates or adds data to one or more time series.
|
Monitoring.Projects.TimeSeries.List |
list(java.lang.String name)
Lists time series that match a filter.
|
public Monitoring.Projects.TimeSeries.Create create(java.lang.String name, CreateTimeSeriesRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The project on which to execute the request. The format is "projects/{project_id_or_number}".content - the CreateTimeSeriesRequestjava.io.IOExceptionpublic Monitoring.Projects.TimeSeries.List list(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The project on which to execute the request. The format is "projects/{project_id_or_number}".java.io.IOException