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 service?: string;
}

§Properties

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