GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1OrganizationConfig (google_api_data_catalog v0.32.2)

View Source

The configuration related to the migration from Data Catalog to Dataplex that has been applied to an organization and any projects under it. It is the response message for RetrieveConfig.

Attributes

  • config (type: %{optional(String.t) => GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1MigrationConfig.t}, default: nil) - Map of organizations and project resource names and their configuration. The format for the map keys is organizations/{organizationId} or projects/{projectId}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1OrganizationConfig{
    config:
      %{
        optional(String.t()) =>
          GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1MigrationConfig.t()
      }
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.