Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataSourceConnectionSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datacatalog_v1/classes.rb,
lib/google/apis/datacatalog_v1/representations.rb,
lib/google/apis/datacatalog_v1/representations.rb

Overview

Specification that applies to a data source connection. Valid only for entries with the DATA_SOURCE_CONNECTION type.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1DataSourceConnectionSpec

Returns a new instance of GoogleCloudDatacatalogV1DataSourceConnectionSpec.



546
547
548
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 546

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bigquery_connection_specGoogle::Apis::DatacatalogV1::GoogleCloudDatacatalogV1BigQueryConnectionSpec

Specification for the BigQuery connection. Corresponds to the JSON property bigqueryConnectionSpec



544
545
546
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 544

def bigquery_connection_spec
  @bigquery_connection_spec
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



551
552
553
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 551

def update!(**args)
  @bigquery_connection_spec = args[:bigquery_connection_spec] if args.key?(:bigquery_connection_spec)
end