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

GoogleCloudDatacatalogV1SearchCatalogRequestScope

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

The criteria that select the subspace used for query matching.

interface GoogleCloudDatacatalogV1SearchCatalogRequestScope {
includeGcpPublicDatasets?: boolean;
includeOrgIds?: string[];
includeProjectIds?: string[];
includePublicTagTemplates?: boolean;
restrictedLocations?: string[];
starredOnly?: boolean;
}

§Properties

§
includeGcpPublicDatasets?: boolean
[src]

If true, include Google Cloud public datasets in search results. By default, they are excluded. See Google Cloud Public Datasets for more information.

§
includeOrgIds?: string[]
[src]

The list of organization IDs to search within. To find your organization ID, follow the steps from [Creating and managing organizations] (/resource-manager/docs/creating-managing-organization).

§
includeProjectIds?: string[]
[src]

The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see Projects.

§
includePublicTagTemplates?: boolean
[src]

Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.

§
restrictedLocations?: string[]
[src]

Optional. The list of locations to search within. If empty, all locations are searched. Returns an error if any location in the list isn't one of the Supported regions. If a location is unreachable, its name is returned in the SearchCatalogResponse.unreachable field. To get additional information on the error, repeat the search request and set the location name as the value of this parameter.

§
starredOnly?: boolean
[src]

Optional. If true, search only among starred entries. By default, all results are returned, starred or not.