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

ListInstancePartitionsResponse

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

The response for ListInstancePartitions.

interface ListInstancePartitionsResponse {
instancePartitions?: InstancePartition[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
instancePartitions?: InstancePartition[]
[src]

The list of requested instancePartitions.

§
nextPageToken?: string
[src]

next_page_token can be sent in a subsequent ListInstancePartitions call to fetch more of the matching instance partitions.

§
unreachable?: string[]
[src]

The list of unreachable instance partitions. It includes the names of instance partitions whose metadata could not be retrieved within instance_partition_deadline.