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

ProjectsLocationsServicesMetadataImportsListOptions

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

Additional options for Metastore#projectsLocationsServicesMetadataImportsList.

interface ProjectsLocationsServicesMetadataImportsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. The filter to apply to list results.

§
orderBy?: string
[src]

Optional. Specify the ordering of results as described in Sorting Order (https://cloud.google.com/apis/design/design_patterns#sorting_order). If not specified, the results will be sorted in the default order.

§
pageSize?: number
[src]

Optional. The maximum number of imports to return. The response may contain less than the maximum number. If unspecified, no more than 500 imports are returned. The maximum value is 1000; values above 1000 are changed to 1000.

§
pageToken?: string
[src]

Optional. A page token, received from a previous DataprocMetastore.ListServices call. Provide this token to retrieve the subsequent page.To retrieve the first page, supply an empty page token.When paginating, other parameters provided to DataprocMetastore.ListServices must match the call that provided the page token.