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

Specification for the BigQuery connection.

Attributes

  • cloudSql (type: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec.t, default: nil) - Specification for the BigQuery connection to a Cloud SQL instance.
  • connectionType (type: String.t, default: nil) - The type of the BigQuery connection.
  • hasCredential (type: boolean(), default: nil) - True if there are credentials attached to the BigQuery connection; false otherwise.

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.GoogleCloudDatacatalogV1BigQueryConnectionSpec{
    cloudSql:
      GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec.t()
      | nil,
    connectionType: String.t() | nil,
    hasCredential: boolean() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.