GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SearchCatalogRequestScope (google_api_data_catalog v0.32.2)
View SourceThe criteria that select the subspace used for query matching.
Attributes
-
includeGcpPublicDatasets
(type:boolean()
, default:nil
) - Iftrue
, include Google Cloud public datasets in search results. By default, they are excluded. See Google Cloud Public Datasets for more information. -
includeOrgIds
(type:list(String.t)
, default:nil
) - 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
(type:list(String.t)
, default:nil
) - The list of project IDs to search within. For more information on the distinction between project names, IDs, and numbers, see Projects. -
includePublicTagTemplates
(type:boolean()
, default:nil
) - Optional. This field is deprecated. The search mechanism for public and private tag templates is the same. -
restrictedLocations
(type:list(String.t)
, default:nil
) - 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 theSearchCatalogResponse.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
(type:boolean()
, default:nil
) - Optional. Iftrue
, search only among starred entries. By default, all results are returned, starred or not.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SearchCatalogRequestScope{ includeGcpPublicDatasets: boolean() | nil, includeOrgIds: [String.t()] | nil, includeProjectIds: [String.t()] | nil, includePublicTagTemplates: boolean() | nil, restrictedLocations: [String.t()] | nil, starredOnly: boolean() | nil }