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

ListDatabaseOperationsResponse

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

The response for ListDatabaseOperations.

interface ListDatabaseOperationsResponse {
nextPageToken?: string;
operations?: Operation[];
}

§Properties

§
nextPageToken?: string
[src]

next_page_token can be sent in a subsequent ListDatabaseOperations call to fetch more of the matching metadata.

§
operations?: Operation[]
[src]

The list of matching database long-running operations. Each operation's name will be prefixed by the database's name. The operation's metadata field type metadata.type_url describes the type of the metadata.