Class ListTimeSeriesRequest (0.35.0)

The ListTimeSeries request. .. attribute:: name

Required. The project on which to execute the request. The format is: :: projects/[PROJECT_ID_OR_NUMBER]

Required. The time interval for which results should be returned. Only time series that contain data points in the specified interval are included in the response.

Unsupported: must be left blank. The points in each time series are currently returned in reverse time order (most recent to oldest).

A positive number that is the maximum number of results to return. If page_size is empty or more than 100,000 results, the effective page_size is 100,000 results. If view is set to FULL, this is the maximum number of Points returned. If view is set to HEADERS, this is the maximum number of TimeSeries returned.