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

SpannerProfile

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

Spanner profile.

interface SpannerProfile {
database?: string;
host?: string;
}

§Properties

§
database?: string
[src]

Required. Immutable. Cloud Spanner database resource. This field is immutable. Must be in the format: projects/{project}/instances/{instance}/databases/{database_id}.

§
host?: string
[src]

Optional. The Spanner endpoint to connect to. Defaults to the global endpoint (https://spanner.googleapis.com). Must be in the format: https://spanner.{region}.rep.googleapis.com.