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

SourceGcsBucket

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

Cloud Storage as the source of a data transfer.

interface SourceGcsBucket {
uri?: string;
}

§Properties

§
uri?: string
[src]

Required. URI to a Cloud Storage bucket in the format: gs:///. The path inside the bucket is optional.