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

GooglePrivacyDlpV2CloudStoragePath

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

Message representing a single file or path in Cloud Storage.

interface GooglePrivacyDlpV2CloudStoragePath {
path?: string;
}

§Properties

§
path?: string
[src]

A URL representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt