Class SearchCatalogRequest (1.0.2)

Request message for [SearchCatalog][google.cloud.datacatalog.v1.DataCa talog.SearchCatalog]. .. attribute:: scope

Required. The scope of this search request. A scope that has empty include_org_ids, include_project_ids AND false include_gcp_public_datasets is considered invalid. Data Catalog will return an error in such a case.

Number of results in the search page. If <=0 then defaults to

  1. Max limit for page_size is 1000. Throws an invalid argument for page_size > 1000.

    Specifies the ordering of results, currently supported case- sensitive choices are: - relevance, only supports descending - last_modified_timestamp [asc|desc], defaults to descending if not specified If not specified, defaults to relevance descending.

Classes

Scope

The criteria that select the subspace used for query matching. .. attribute:: include_org_ids

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.

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.