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

ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource

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

Location of the source in an archive file in Cloud Storage.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource {
bucket?: string;
generation?: bigint;
object?: string;
sourceFetcher?: "SOURCE_FETCHER_UNSPECIFIED" | "GSUTIL" | "GCS_FETCHER";
}

§Properties

§
bucket?: string
[src]

Cloud Storage bucket containing the source (see Bucket Name Requirements).

§
generation?: bigint
[src]

Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

§
object?: string
[src]

Cloud Storage object containing the source. This object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to build.

§
sourceFetcher?: "SOURCE_FETCHER_UNSPECIFIED" | "GSUTIL" | "GCS_FETCHER"
[src]

Optional. Option to specify the tool to fetch the source file for the build.