Scope(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The criteria that select the subspace used for query matching.
Attributes | |
---|---|
Name | Description |
include_org_ids |
Sequence[str]
The list of organization IDs to search within. To find your organization ID, follow instructions in https://cloud.google.com/resource- manager/docs/creating-managing-organization. |
include_project_ids |
Sequence[str]
The list of project IDs to search within. To learn more about the distinction between project names/IDs/numbers, go to https://cloud.google.com/docs/overview/#projects. |
include_gcp_public_datasets |
bool
If true , include Google Cloud Platform (GCP) public
datasets in the search results. Info on GCP public datasets
is available at https://cloud.google.com/public-datasets/.
By default, GCP public datasets are excluded.
|