Class ListTimeSeriesResponse (2.0.1)

ListTimeSeriesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The ListTimeSeries response.

Attributes

NameDescription
time_series Sequence[.gm_metric.TimeSeries]
One or more time series that match the filter included in the request.
next_page_token str
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
execution_errors Sequence[.gr_status.Status]
Query execution errors that may have caused the time series data returned to be incomplete.