GoogleCloudStorageIcebergStorage
import type { GoogleCloudStorageIcebergStorage } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The Google Cloud Storage Iceberg storage.
interface GoogleCloudStorageIcebergStorage {
bucket?: string;
projectId?: string;
serviceAccountKeyFile?: string;
}