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

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}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.