Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateCollectdTimeSeriesResponse

import type { CreateCollectdTimeSeriesResponse } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

The CreateCollectdTimeSeries response.

interface CreateCollectdTimeSeriesResponse {
payloadErrors?: CollectdPayloadError[];
}

§Properties

§
payloadErrors?: CollectdPayloadError[]
[src]

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.

§

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.