View Source GoogleApi.BigQuery.V2.Model.ExternalDatasetReference (google_api_big_query v0.79.0)

Configures the access a dataset defined in an external metadata storage.

Attributes

  • connection (type: String.t, default: nil) - Required. The connection id that is used to access the external_source. Format: projects/{project_id}/locations/{location_id}/connections/{connection_id}
  • externalSource (type: String.t, default: nil) - Required. External source that backs this dataset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.ExternalDatasetReference{
  connection: String.t() | nil,
  externalSource: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.