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

ListInstancesResponse

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

The response for ListInstances.

interface ListInstancesResponse {
instances?: Instance[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
instances?: Instance[]
[src]

The list of requested instances.

§
nextPageToken?: string
[src]

next_page_token can be sent in a subsequent ListInstances call to fetch more of the matching instances.

§
unreachable?: string[]
[src]

The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within instance_deadline.