Class Scope (3.4.3)

Scope(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The criteria that select the subspace used for query matching.

Attributes

NameDescription
include_org_ids Sequence[str]
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).
include_project_ids Sequence[str]
The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see Projects __.
include_gcp_public_datasets bool
If true, include Google Cloud Platform (GCP) public datasets in search results. By default, they are excluded. See Google Cloud Public Datasets __ for more information.
restricted_locations Sequence[str]
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
include_public_tag_templates bool
Optional. If true, include [public tag templates][google.cloud.datacatalog.v1.TagTemplate.is_publicly_readable] in the search results. By default, they are included only if you have explicit permissions on them to view them. For example, if you are the owner. Other scope fields, for example, include_org_ids, still restrict the returned public tag templates and at least one of them is required.