GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec (google_api_data_catalog v0.32.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.