google_api_data_catalog v0.7.0 GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope View Source

Attributes

  • includeGcpPublicDatasets (type: boolean(), default: nil) - 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.

  • includeOrgIds (type: list(String.t), default: nil) - Data Catalog tries to automatically choose the right corpus of data to search through. You can ensure an organization is included by adding it to include_org_ids. You can ensure a project's org is included with include_project_ids. You must specify at least one organization using include_org_ids or include_project_ids in all search requests.

    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.

  • includeProjectIds (type: list(String.t), default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope{
    includeGcpPublicDatasets: boolean(),
    includeOrgIds: [String.t()],
    includeProjectIds: [String.t()]
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.