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

QueryTimeSeriesRequest

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

The QueryTimeSeries request. For information about the status of Monitoring Query Language (MQL), see the MQL deprecation notice (https://cloud.google.com/stackdriver/docs/deprecations/mql).

interface QueryTimeSeriesRequest {
pageSize?: number;
pageToken?: string;
query?: string;
}

§Properties

§
pageSize?: number
[src]

A positive number that is the maximum number of time_series_data to return.

§
pageToken?: string
[src]

If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.

§
query?: string
[src]

Required. The query in the Monitoring Query Language (https://cloud.google.com/monitoring/mql/reference) format. The default time zone is in UTC.