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

CloudRun

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

Cloud Run service. Learn more at https://cloud.google.com/run.

interface CloudRun {
location?: string;
serviceName?: string;
}

§Properties

§
location?: string
[src]

The location the service is run. Corresponds to the location resource label in the cloud_run_revision monitored resource (https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).

§
serviceName?: string
[src]

The name of the Cloud Run service. Corresponds to the service_name resource label in the cloud_run_revision monitored resource (https://cloud.google.com/monitoring/api/resources#tag_cloud_run_revision).