GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec (google_api_data_catalog v0.25.0) View Source

Specification for the BigQuery connection to a Cloud SQL instance.

Attributes

  • database (type: String.t, default: nil) - Database name.
  • instanceId (type: String.t, default: nil) - Cloud SQL instance ID in the format of project:location:instance.
  • type (type: String.t, default: nil) - Type of the Cloud SQL database.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec{
    database: String.t() | nil,
    instanceId: String.t() | nil,
    type: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.