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

ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository

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

Location of the source in a 2nd-gen Google Cloud Build repository resource.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository {
dir?: string;
repository?: string;
revision?: string;
}

§Properties

§
dir?: string
[src]

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

§
repository?: string
[src]

Required. Name of the Google Cloud Build repository, formatted as projects/*\/locations/*\/connections/*\/repositories/*.

§
revision?: string
[src]

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