GoogleApi.Monitoring.V3.Model.CreateCollectdTimeSeriesResponse (google_api_monitoring v0.52.3) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Monitoring.V3.Model.CreateCollectdTimeSeriesResponse{ payloadErrors: [GoogleApi.Monitoring.V3.Model.CollectdPayloadError.t()] | nil, summary: GoogleApi.Monitoring.V3.Model.CreateTimeSeriesSummary.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.