Class ListTimeSeriesResponse (2.5.2)

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

The ListTimeSeries response. .. attribute:: time_series

One or more time series that match the filter included in the request.

:type: Sequence[google.cloud.monitoring_v3.types.TimeSeries]

Attributes

NameDescription
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[google.rpc.status_pb2.Status]
Query execution errors that may have caused the time series data returned to be incomplete.
unit str
The unit in which all time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different time_series have different units (for example, because they come from different metric types, or a unit is absent), then unit will be "{not_a_unit}".