GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1BigQueryConnectionSpec (google_api_data_catalog v0.32.2)
View SourceSpecification 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
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1BigQueryConnectionSpec{ cloudSql: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec.t() | nil, connectionType: String.t() | nil, hasCredential: boolean() | nil }