View Source GoogleApi.Metastore.V1.Model.BackendMetastore (google_api_metastore v0.11.0)

Represents a backend metastore for the federation.

Attributes

  • metastoreType (type: String.t, default: nil) - The type of the backend metastore.
  • name (type: String.t, default: nil) - The relative resource name of the metastore that is being federated. The formats of the relative resource names for the currently supported metastores are listed below: BigQuery projects/{project_id} Dataproc Metastore projects/{project_id}/locations/{location}/services/{service_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1.Model.BackendMetastore{
  metastoreType: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.