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

PscConfig

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

Private Service Connect configuration.

interface PscConfig {
endpointProject?: string;
}

§Properties

§
endpointProject?: string
[src]

Optional. Consumer service project in which the Private Service Connect endpoint would be set up. This is optional, and only relevant in case the network is a shared VPC. If this is not specified, the endpoint would be setup in the VPC host project.