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

ProjectsLocationsEntryGroupsEntriesListOptions

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

Additional options for DataCatalog#projectsLocationsEntryGroupsEntriesList.

interface ProjectsLocationsEntryGroupsEntriesListOptions {
pageSize?: number;
pageToken?: string;
readMask?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of items to return. Default is 10. Maximum limit is 1000. Throws an invalid argument if page_size is more than 1000.

§
pageToken?: string
[src]

Pagination token that specifies the next page to return. If empty, the first page is returned.

§
readMask?: string
[src]

The fields to return for each entry. If empty or omitted, all fields are returned. For example, to return a list of entries with only the name field, set read_mask to only one path with the name value.