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

ProjectsLocationsSupportedDatabaseFlagsListOptions

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

Additional options for AlloyDB#projectsLocationsSupportedDatabaseFlagsList.

interface ProjectsLocationsSupportedDatabaseFlagsListOptions {
pageSize?: number;
pageToken?: string;
scope?: "SCOPE_UNSPECIFIED" | "DATABASE" | "CONNECTION_POOL";
}

§Properties

§
pageSize?: number
[src]

Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

A token identifying a page of results the server should return.

§
scope?: "SCOPE_UNSPECIFIED" | "DATABASE" | "CONNECTION_POOL"
[src]

Optional. The scope for which supported flags are requested. If not specified, default is DATABASE.