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

View Source

Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION type. Only one of internal specs can be set at the time, and cannot be changed later.

Attributes

  • bigqueryConnectionSpec (type: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1BigQueryConnectionSpec.t, default: nil) - Output only. Fields specific to BigQuery connections.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1DataSourceConnectionSpec{
    bigqueryConnectionSpec:
      GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1BigQueryConnectionSpec.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.