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