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

GoogleDevtoolsCloudbuildV1DeveloperConnectConfig

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

This config defines the location of a source through Developer Connect.

interface GoogleDevtoolsCloudbuildV1DeveloperConnectConfig {
dir?: string;
gitRepositoryLink?: string;
revision?: string;
}

§Properties

§
dir?: string
[src]

Required. Directory, relative to the source root, in which to run the build.

§
revision?: string
[src]

Required. The revision to fetch from the Git repository such as a branch, a tag, a commit SHA, or any Git ref.