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

ListInstancePartitionOperationsResponse

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

The response for ListInstancePartitionOperations.

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

§Properties

§
nextPageToken?: string
[src]

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

§
operations?: Operation[]
[src]

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

§
unreachableInstancePartitions?: string[]
[src]

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