GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1BigQueryConnectionSpec (google_api_data_catalog v0.32.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1BigQueryConnectionSpec{
    cloudSql:
      GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec.t()
      | nil,
    connectionType: String.t() | nil,
    hasCredential: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.