GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SearchCatalogRequestScope (google_api_data_catalog v0.25.0) View Source

The criteria that select the subspace used for query matching.

Attributes

  • includeGcpPublicDatasets (type: boolean(), default: nil) - 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.
  • 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. If true, include public tag templates 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.
  • 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 the SearchCatalogResponse.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. If true, search only among starred entries. By default, all results are returned, starred or not.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.