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/bigtableadmin:v2.ts";

Response message for BigtableInstanceAdmin.ListInstances.

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

§Properties

§
failedLocations?: string[]
[src]

Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location may only have partial information returned. Values are of the form projects//locations/

§
instances?: Instance[]
[src]

The list of requested instances.

§
nextPageToken?: string
[src]

DEPRECATED: This field is unused and ignored.