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

ProjectsJobsGetMetricsOptions

import type { ProjectsJobsGetMetricsOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Additional options for Dataflow#projectsJobsGetMetrics.

interface ProjectsJobsGetMetricsOptions {
location?: string;
startTime?: Date;
}

§Properties

§
location?: string
[src]

The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.

§
startTime?: Date
[src]

Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.