GoogleApi.Metastore.V1beta.Model.DataplexConfig (google_api_metastore v0.2.0) View Source

Specifies how metastore metadata should be integrated with the Dataplex service.

Attributes

  • lakeResources (type: %{optional(String.t) => GoogleApi.Metastore.V1beta.Model.Lake.t}, default: nil) - A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Metastore.V1beta.Model.DataplexConfig{
  lakeResources:
    %{optional(String.t()) => GoogleApi.Metastore.V1beta.Model.Lake.t()} | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.