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

Metadata

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

Metadata includes information associated with a Rollout.

interface Metadata {
readonly automation?: AutomationRolloutMetadata;
readonly cloudRun?: CloudRunMetadata;
readonly custom?: CustomMetadata;
}

§Properties

§
readonly automation?: AutomationRolloutMetadata
[src]

Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.

§
readonly cloudRun?: CloudRunMetadata
[src]

Output only. The name of the Cloud Run Service that is associated with a Rollout.

§
readonly custom?: CustomMetadata
[src]

Output only. Custom metadata provided by user-defined Rollout operations.