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

GetDatabaseDdlResponse

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

The response for GetDatabaseDdl.

interface GetDatabaseDdlResponse {
protoDescriptors?: Uint8Array;
statements?: string[];
}

§Properties

§
protoDescriptors?: Uint8Array
[src]

Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.

§
statements?: string[]
[src]

A list of formatted DDL statements defining the schema of the database specified in the request.