Class: Google::Cloud::DataCatalog::V1::DataSourceConnectionSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery_connection_spec::Google::Cloud::DataCatalog::V1::BigQueryConnectionSpec

Returns Output only. Fields specific to BigQuery connections.

Returns:



681
682
683
684
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 681

class DataSourceConnectionSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end