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}.