ListTimeSeriesResponse

The timeSeries.list response.

JSON representation
{
  "timeSeries": [
    {
      object (TimeSeries)
    }
  ],
  "nextPageToken": string,
  "executionErrors": [
    {
      object (Status)
    }
  ],
  "unit": string
}
Fields
timeSeries[]

object (TimeSeries)

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

nextPageToken

string

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 pageToken in the next call to this method.

executionErrors[]

object (Status)

Query execution errors that may have caused the time series data returned to be incomplete.

unit

string

The unit in which all timeSeries point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different timeSeries have different units (for example, because they come from different metric types, or a unit is absent), then unit will be "{not_a_unit}".