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

ImportGoogetArtifactsGcsSource

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

Google Cloud Storage location where the artifacts currently reside.

interface ImportGoogetArtifactsGcsSource {
uris?: string[];
useWildcards?: boolean;
}

§Properties

§
uris?: string[]
[src]

Cloud Storage paths URI (e.g., gs://my_bucket/my_object).

§
useWildcards?: boolean
[src]

Supports URI wildcards for matching multiple objects from a single URI.