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

GoogleCloudRunV2ServiceMesh

import type { GoogleCloudRunV2ServiceMesh } from "https://googleapis.deno.dev/v1/run:v2.ts";

Settings for Cloud Service Mesh. For more information see https://cloud.google.com/service-mesh/docs/overview.

interface GoogleCloudRunV2ServiceMesh {
mesh?: string;
}

§Properties

§
mesh?: string
[src]

The Mesh resource name. Format: projects/{project}/locations/global/meshes/{mesh}, where {project} can be project id or number.