ProjectsLocationsDatabasesListOptions
import type { ProjectsLocationsDatabasesListOptions } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
Additional options for Oracledatabase#projectsLocationsDatabasesList.
interface ProjectsLocationsDatabasesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
filter?: string
[src]Optional. An expression for filtering the results of the request. list for
container databases is supported only with a valid dbSystem (full resource
name) filter in this format:
dbSystem="projects/{project}/locations/{location}/dbSystems/{dbSystemId}"