Class QueryTimeSeriesResponse (2.19.2)

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

The QueryTimeSeries response.

Attributes

NameDescription
time_series_descriptor google.cloud.monitoring_v3.types.TimeSeriesDescriptor
The descriptor for the time series data.
time_series_data MutableSequence[google.cloud.monitoring_v3.types.TimeSeriesData]
The time series data.
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.
partial_errors MutableSequence[google.rpc.status_pb2.Status]
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.