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

The CreateCollectdTimeSeries response.

Attributes

  • payloadErrors (type: list(GoogleApi.Monitoring.V3.Model.CollectdPayloadError.t), default: nil) - Records the error status for points that were not written due to an error in the request.Failed requests for which nothing is written will return an error response instead. Requests where data points were rejected by the backend will set summary instead.
  • summary (type: GoogleApi.Monitoring.V3.Model.CreateTimeSeriesSummary.t, default: nil) - Aggregate statistics from writing the payloads. This field is omitted if all points were successfully written, so that the response is empty. This is for backwards compatibility with clients that log errors on any non-empty response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.CreateCollectdTimeSeriesResponse{
  payloadErrors: [GoogleApi.Monitoring.V3.Model.CollectdPayloadError.t()] | nil,
  summary: GoogleApi.Monitoring.V3.Model.CreateTimeSeriesSummary.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.