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

UpdateDatabaseRequest

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

The request for UpdateDatabase.

interface UpdateDatabaseRequest {
database?: Database;
updateMask?: string;
}

§Properties

§
database?: Database
[src]

Required. The database to update. The name field of the database is of the form projects//instances//databases/.

§
updateMask?: string
[src]

Required. The list of fields to update. Currently, only enable_drop_protection field can be updated.