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

ListClustersResponse

import type { ListClustersResponse } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Response message for BigtableInstanceAdmin.ListClusters.

interface ListClustersResponse {
clusters?: Cluster[];
failedLocations?: string[];
nextPageToken?: string;
}

§Properties

§
clusters?: Cluster[]
[src]

The list of requested clusters.

§
failedLocations?: string[]
[src]

Locations from which Cluster information could not be retrieved, due to an outage or some other transient condition. Clusters from these locations may be missing from clusters, or may only have partial information returned. Values are of the form projects//locations/

§
nextPageToken?: string
[src]

DEPRECATED: This field is unused and ignored.