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

CloudRunRenderMetadata

import type { CloudRunRenderMetadata } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

CloudRunRenderMetadata contains Cloud Run information associated with a Release render.

interface CloudRunRenderMetadata {
readonly job?: string;
readonly revision?: string;
readonly service?: string;
readonly workerPool?: string;
}

§Properties

§
readonly job?: string
[src]

Output only. The name of the Cloud Run Job in the rendered manifest. Format is projects/{project}/locations/{location}/jobs/{job}.

§
readonly revision?: string
[src]

Output only. The name of the Cloud Run Revision in the rendered manifest. Format is projects/{project}/locations/{location}/services/{service}/revisions/{revision}.

§
readonly service?: string
[src]

Output only. The name of the Cloud Run Service in the rendered manifest. Format is projects/{project}/locations/{location}/services/{service}.

§
readonly workerPool?: string
[src]

Output only. The name of the Cloud Run Worker Pool in the rendered manifest. Format is projects/{project}/locations/{location}/workerPools/{worker_pool}.