View Source GoogleApi.Monitoring.V3.Model.ListTimeSeriesResponse (google_api_monitoring v0.55.0)

The ListTimeSeries response.

Attributes

  • executionErrors (type: list(GoogleApi.Monitoring.V3.Model.Status.t), default: nil) - Query execution errors that may have caused the time series data returned to be incomplete.
  • nextPageToken (type: String.t, default: nil) - 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.
  • timeSeries (type: list(GoogleApi.Monitoring.V3.Model.TimeSeries.t), default: nil) - One or more time series that match the filter included in the request.
  • unit (type: String.t, default: nil) - 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}".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.ListTimeSeriesResponse{
  executionErrors: [GoogleApi.Monitoring.V3.Model.Status.t()] | nil,
  nextPageToken: String.t() | nil,
  timeSeries: [GoogleApi.Monitoring.V3.Model.TimeSeries.t()] | nil,
  unit: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.