Class Scope (3.9.0)

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
starred_only bool
Optional. If ``true``, search only among starred entries. By default, all results are returned, starred or not.
include_public_tag_templates bool
Optional. This field is deprecated. The search mechanism for public and private tag templates is the same.

Inheritance

builtins.object > proto.message.Message > Scope